Skip to content

Commit

Permalink
mv file
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 20, 2024
1 parent 75b83b4 commit 5e85b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ COPY ./ /app/
RUN ls -la
RUN cat .env*
# Ensure .env file exists
RUN mv .env* .env || true
RUN touch .env
RUN env
RUN echo "Contents of .env file:" && cat .env

# Fix buggy replacement of COOLIFY_URL in .env
Expand Down

0 comments on commit 5e85b49

Please sign in to comment.