fix run docker for restart
All checks were successful
Deploy FastAPI Application / deploy (push) Successful in 4s
All checks were successful
Deploy FastAPI Application / deploy (push) Successful in 4s
This commit is contained in:
parent
e0d8993aa9
commit
85df38d990
@ -16,5 +16,5 @@ jobs:
|
||||
- name: run
|
||||
run: |
|
||||
docker rm -f wanlanda_website || true
|
||||
docker run -d -p 8020:8020 --name wanlanda_website wanlanda_website
|
||||
docker run --restart unless-stopped -d -p 8020:8020 --name wanlanda_website wanlanda_website
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user