We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc99fbe commit 77416c7Copy full SHA for 77416c7
1 file changed
Dockerfile
@@ -33,9 +33,7 @@ ARG PG_PASSWORD
33
ARG PG_DB
34
COPY . .
35
36
-# Copy and load environment variables
37
-COPY .env .
38
-RUN export $(cat .env | xargs)
+
39
40
EXPOSE 8000
41
0 commit comments