add docker files

This commit is contained in:
canguilieme julien 2024-10-06 11:55:43 +02:00
parent 03bcb3a281
commit bc358cc5f6

View File

@ -4,4 +4,12 @@ services:
build: .
ports:
- "8084:80"
networks:
- canguidev_default
- npm-network
networks:
canguidev_default:
external: true
npm-network:
external: true