Update deploy.yml
All checks were successful
Deploy website to Docker Container / deploy (push) Successful in 40s
All checks were successful
Deploy website to Docker Container / deploy (push) Successful in 40s
This commit is contained in:
parent
e603f854ea
commit
72981f79d6
|
|
@ -29,4 +29,4 @@ jobs:
|
|||
|
||||
- name: Run Docker container
|
||||
run: |
|
||||
docker run -d -p 8086:3000 --name $CONTAINER_NAME $CONTAINER_IMAGE --restart=always
|
||||
docker run -d -p 8086:3000 --name $CONTAINER_NAME --restart=always $CONTAINER_IMAGE
|
||||
Loading…
Reference in a new issue