We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2005d commit 8c7b690Copy full SHA for 8c7b690
.dockerignore
@@ -1,2 +1,5 @@
1
config.yaml
2
-config.yml
+config.yml
3
+*.md
4
+tests
5
+.github
Dockerfile
@@ -27,8 +27,6 @@ WORKDIR /app
27
COPY --from=builder /app/.venv/ /app/.venv/
28
COPY --from=builder /app/.version /app/.version
29
30
-# keep container size down + we don't need it
31
-RUN rm -rf .git
32
33
# add venv to path
34
ENV PATH="/app/.venv/bin:$PATH"
0 commit comments