fix docker compose

This commit is contained in:
dev-chiefworks
2021-12-18 20:36:44 -05:00
parent bce242fd22
commit 79ee2c14e5
+2 -2
View File
@@ -1,6 +1,6 @@
version: '3'
services:
automedsys-signup:
wrenchboard-www:
build:
context: .
dockerfile: docker/Dockerfile
@@ -9,7 +9,7 @@ services:
- ./:/app
- '/app/node_modules'
ports:
- 9206:3000
- 9081:3000
environment:
- CHOKIDAR_USEPOLLING=true
volumes: