Update deploy.yml
Some checks failed
Deploy website to Docker Container / deploy (push) Failing after 39s

This commit is contained in:
TheThomaas 2023-05-26 22:12:13 +02:00
parent 2d0edb53b5
commit e603f854ea

View file

@ -29,4 +29,4 @@ jobs:
- name: Run Docker container
run: |
docker run -d -p 8086:3000 --name $CONTAINER_NAME $CONTAINER_IMAGE --restart=unless-stopped
docker run -d -p 8086:3000 --name $CONTAINER_NAME $CONTAINER_IMAGE --restart=always