Update: Docker dev + logout on frontend
This commit is contained in:
parent
03fbbb4114
commit
0d6fde6aba
4 changed files with 15 additions and 6 deletions
|
|
@ -57,9 +57,9 @@ services:
|
|||
frontend:
|
||||
container_name: frontend
|
||||
build: ./frontend
|
||||
command: ng serve --host 0.0.0.0
|
||||
command: npm start
|
||||
volumes:
|
||||
- ./frontend/src:/data/frontend/
|
||||
- ./frontend:/data/frontend
|
||||
- ./frontend/node_modules:/data/frontend/node_modules
|
||||
ports:
|
||||
- "4200:4200"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue