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 26b2cc3 commit 29a17e1Copy full SHA for 29a17e1
docker/Dockerfile
@@ -54,6 +54,7 @@ ENV DJANGO_ENV production
54
ENV DB_ENGINE django.db.backends.postgresql
55
RUN mkdir /static
56
COPY src /src
57
+COPY .dev /src/.dev
58
WORKDIR /src
59
60
0 commit comments