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