diff --git a/README.md b/README.md index 29cc876..39fe509 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,13 @@ npm run dev ### 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 +just start-release +``` ## Contributing