Removed volumes as it didn't work before

This commit is contained in:
cami 2021-05-26 01:02:06 +02:00
parent 5f42b54a8a
commit d0c30b2113

View file

@ -7,9 +7,6 @@ services:
context: ./frontend
dockerfile: Dockerfile
tty: true
volumes:
- './frontend/.:/app:z'
- '/app/node_modules'
ports:
- 3000:3000
environment: