Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-morin authored Jan 29, 2024
1 parent 0069099 commit 717e62a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
run: if [ $(docker ps -a | wc -l) -gt 1 ]; then docker ps -aq | xargs docker stop | xargs docker rm; fi
continue-on-error: true

- name: Deploy the Docker image
run: docker run -d --restart unless-stopped -e BACKEND_URL=https://arcorocr.com/upload -p 3000:3000 arcorocr-frontend
- name: Deploy the Docker image 1
run: docker run -d --restart unless-stopped -p 3000:3000 arcorocr-frontend

- name: Deploy the Docker image 2
run: docker run -d --restart unless-stopped -p 3001:3000 arcorocr-frontend

0 comments on commit 717e62a

Please sign in to comment.