Commit d4edecb5 authored by Anthony Jacob's avatar Anthony Jacob
Browse files

change docker build (avoid including .env)

parent f5550f91
Loading
Loading
Loading
Loading

.dockerignore

0 → 100644
+2 −0
Original line number Diff line number Diff line
app/.env
app/.env*
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ docker container rm -f front
docker run -dit ^
-p 85:80 -p 449:443 ^
-v C:\Users\antho\dev_workspace\certs\:/etc/certs/ ^
-v C:\Users\antho\dev_workspace\resume-website-2025\api\app\.env:/app/.env ^
--network=infra ^
-h front.anthony-jacob.com ^
--restart=always ^