Skip to content

Commit 8c7b690

Browse files
committed
fuck with docker build
1 parent bf2005d commit 8c7b690

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.dockerignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
config.yaml
2-
config.yml
2+
config.yml
3+
*.md
4+
tests
5+
.github

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ WORKDIR /app
2727
COPY --from=builder /app/.venv/ /app/.venv/
2828
COPY --from=builder /app/.version /app/.version
2929

30-
# keep container size down + we don't need it
31-
RUN rm -rf .git
3230

3331
# add venv to path
3432
ENV PATH="/app/.venv/bin:$PATH"

0 commit comments

Comments
 (0)