Removed volumes as it didn't work before
This commit is contained in:
parent
5f42b54a8a
commit
d0c30b2113
1 changed files with 0 additions and 3 deletions
|
@ -7,9 +7,6 @@ services:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tty: true
|
tty: true
|
||||||
volumes:
|
|
||||||
- './frontend/.:/app:z'
|
|
||||||
- '/app/node_modules'
|
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue