@ -27,5 +27,5 @@ then copy wwwroot to out
# WITH DOCKER
```bash
docker build -t bring-tytd-back:latest .
docker run -p 3252:3252 -d bring-tytd-back:latest
docker run --restart unless-stopped -p 3252:3252 -d bring-tytd-back:latest
```