Fix Dockerfile.local except volumes

This commit is contained in:
Guntis Smaukstelis
2025-03-01 18:16:56 +02:00
parent 4bd3733781
commit f0c5d2c42b
5 changed files with 21 additions and 10 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ Rename `.env-sample` to `.env` and fill in credentials
## Run
```
docker-compose up node --build
docker-compose up scala --build
docker-compose up --build node
docker-compose up --build scala
```
## Web