Skip to content

Commit

Permalink
Test .env dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KarineGEO6 committed May 6, 2024
1 parent 35328c2 commit bac2ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN if [ -f .env ]; then \
else \
echo "fic doesn't exist"; \
echo "EDS_API_URL=${EDS_API_URL}" >> .env; \
echo "valeur EDS_API_URL=${EDS_API_URL}"; \
echo "EDS_AUTH_URL=${EDS_AUTH_URL}" >> .env; \
echo "AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}" >> .env; \
echo "AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}" >> .env; \
Expand Down

0 comments on commit bac2ecd

Please sign in to comment.