Restart unless stopped
This commit is contained in:
parent
ff931a0b53
commit
b2925d64e0
|
@ -27,5 +27,5 @@ then copy wwwroot to out
|
||||||
# WITH DOCKER
|
# WITH DOCKER
|
||||||
```bash
|
```bash
|
||||||
docker build -t bring-tytd-back:latest .
|
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
|
||||||
```
|
```
|
Loading…
Reference in New Issue