diff --git a/.github/workflows/Actions.yaml b/.github/workflows/Actions.yaml index a953ed5..58149f1 100644 --- a/.github/workflows/Actions.yaml +++ b/.github/workflows/Actions.yaml @@ -60,7 +60,7 @@ jobs: id: docker-login - name: build container image # build the container - run: docker compose build + run: docker compose build --no-cache --verbose id: docker-build - name: Upload to Dockerhub diff --git a/docker-compose.yaml b/docker-compose.yaml index 85f635e..c51f2c3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,6 +6,5 @@ services: - 8080:8000 volumes: - ./L - Logistics/Interviews:/Interviews - # build: . # networks: # - testnet \ No newline at end of file