Update readme

main
radex 2023-10-23 23:44:06 +02:00
parent c22a2eb4af
commit 9c58d01ef3
1 changed files with 8 additions and 1 deletions

View File

@ -14,4 +14,11 @@ You can preview the production build with:
npm run preview
```
Docker build and deployment: TODO
Docker build:
```sh
docker build -t walne .
docker run -p 3000:8000 walne
```
Look for `walne` in hscloud repo for deployment info.