add docker files
This commit is contained in:
parent
9574f762f8
commit
0086253e0f
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user