Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-morin committed Jan 28, 2024
2 parents b78f2a9 + 07de74c commit a96ae9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: self-hosted

env:
NODE_ENV: 'production'
PROD: 'production'

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag arcorocr-frontend
run: docker build . --file Dockerfile --tag arcorocr-frontend --no-cache

- name: Kill all containers
run: if [ $(docker ps -a | wc -l) -gt 1 ]; then docker ps -aq | xargs docker stop | xargs docker rm; fi
Expand Down

0 comments on commit a96ae9c

Please sign in to comment.