added sleep instead of true containers in compose

This commit is contained in:
Yannic Kilcher
2022-12-29 00:38:12 +01:00
parent d9aeef0d7e
commit 0ee3196064
4 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Frontend Development Setup
In root directory run `docker compose up frontend-dev --build` to start a database and the backend server.
In root directory run `docker compose up frontend-dev --build --attach-dependencies` to start a database and the backend server.
Then, point your frontend at `http://localhost:8080` to start developing. During development, any API key will be accepted.