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
|
||||
dockerfile: Dockerfile
|
||||
tty: true
|
||||
volumes:
|
||||
- './frontend/.:/app:z'
|
||||
- '/app/node_modules'
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue