add docker files

This commit is contained in:
canguilieme julien 2024-10-10 10:37:46 +02:00
parent 9574f762f8
commit 0086253e0f

View File

@ -3,9 +3,12 @@ services:
build: . build: .
ports: ports:
- "8084:80" - "8084:80"
volumes:
- ./src:/usr/share/nginx/html # Synchroniser les modifications du dossier src
networks: networks:
- npm-network - npm-network
networks: networks:
npm-network: npm-network:
external: true external: true