Skip to content

Commit

Permalink
cat env
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 20, 2024
1 parent 2f17dbb commit 75b83b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /app
COPY ./ /app/

RUN ls -la
RUN cat .env*
# Ensure .env file exists
RUN touch .env
RUN env
Expand Down

0 comments on commit 75b83b4

Please sign in to comment.