Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mguptahub committed Jun 27, 2024
1 parent 1ae40d7 commit 7e6b822
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aio/Dockerfile-app
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ RUN if [ "${BUILD_TYPE}" == "full" ]; then \
echo "FILE_SIZE_LIMIT=" >> /etc/environment; \
fi

RUN export $(grep -v '^#' /etc/environment | xargs)

ENV POSTGRES_USER=$POSTGRES_USER
ENV POSTGRES_PASSWORD=$POSTGRES_PASSWORD
ENV POSTGRES_DB=$POSTGRES_DB
Expand Down

0 comments on commit 7e6b822

Please sign in to comment.