archaict
2 years ago
2 changed files with 17 additions and 5 deletions
@ -1,14 +1,16 @@ |
|||||||
version: "3.9" |
version: "3.3" |
||||||
services: |
services: |
||||||
frontend: |
frontend: |
||||||
container_name: ADW-Frontend |
container_name: ADW-Frontend |
||||||
|
tty: true |
||||||
build: |
build: |
||||||
context: . |
context: . |
||||||
dockerfile: Dockerfile |
dockerfile: Dockerfile |
||||||
|
working_dir: /react-docker |
||||||
volumes: |
volumes: |
||||||
- ./:/react-docker:delegated |
- ./src:/react-docker/src |
||||||
- /node_modules |
- ./public:/react-docker/public |
||||||
ports: |
ports: |
||||||
- 3000:3000 |
- 8445:8445 |
||||||
environment: |
environment: |
||||||
- CHOKIDAR_USEPOLLING=true |
- CHOKIDAR_USEPOLLING=true |
||||||
|
Loading…
Reference in new issue