Readme fix

This commit is contained in:
Imbus 2023-10-18 20:54:43 +02:00
parent 0eda3fc645
commit 4d920a08dc

View file

@ -60,7 +60,13 @@ npm run dev
### Production build ### Production build
Essentially, you need to build the client and copy the files to the server's public directory. Then you need to build the server in release mode and run it.
This is all bundled in the Containerfile. You can build the container with:
```bash ```bash
just start-release
```
## Contributing ## Contributing