Readme fix
This commit is contained in:
parent
0eda3fc645
commit
4d920a08dc
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue