Skip to content
Snippets Groups Projects
Commit cda93e21 authored by Florian Raith's avatar Florian Raith
Browse files

Fix startup command

parent b1f18584
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ services:
build:
context: ./frontend
container_name: cs_frontend
command: npm run dev - --host
command: npm run dev -- --host
volumes:
- ./frontend:/usr/src/app/frontend
- /usr/src/app/frontend/node_modules
......
Subproject commit 06ce5ba467c7f89cad29553606427a0d0ea2e646
Subproject commit 0b405bb37b8bcbdfc6f339be811c6ab5668c9aa3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment