Skip to content

Commit 77416c7

Browse files
committed
refactor: Remove loading of environment variables from .env file in Dockerfile
1 parent bc99fbe commit 77416c7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ ARG PG_PASSWORD
3333
ARG PG_DB
3434
COPY . .
3535

36-
# Copy and load environment variables
37-
COPY .env .
38-
RUN export $(cat .env | xargs)
36+
3937

4038
EXPOSE 8000
4139

0 commit comments

Comments
 (0)