diff --git a/.github/workflows/autoredeploy.yml b/.github/workflows/autoredeploy.yml index c40da8e..d969b5b 100644 --- a/.github/workflows/autoredeploy.yml +++ b/.github/workflows/autoredeploy.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Stop and remove containers and images, using docker compose down - run: docker-compose down + run: docker-compose down --rmi "all" - name: Create .env files run: | # Create .env with all variables except HOST_URL Backend