diff --git a/.github/workflows/main_profstatsutd.yml b/.github/workflows/main_profstatsutd.yml index c21e88f..bc8cb3c 100644 --- a/.github/workflows/main_profstatsutd.yml +++ b/.github/workflows/main_profstatsutd.yml @@ -31,7 +31,7 @@ jobs: with: push: true tags: profstatsutd.azurecr.io/${{ secrets.AzureAppService_ContainerUsername_dad78c03511a49a890d56e29b1d04379 }}/profstatsutd:${{ github.sha }} - file: ./server/Dockerfile + file: Dockerfile deploy: runs-on: ubuntu-latest diff --git a/server/Dockerfile b/Dockerfile similarity index 100% rename from server/Dockerfile rename to Dockerfile