Update deploy.yml
All checks were successful
Deploy website to Docker Container / deploy (push) Successful in 40s

This commit is contained in:
TheThomaas 2023-05-26 22:13:46 +02:00
parent e603f854ea
commit 72981f79d6

View file

@ -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