diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index f85a8153a..16aab9ebb 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -85,4 +85,4 @@ jobs: with: fetch-depth: 0 - name: Build the API docker image - run: 'docker build --file packages/api .' \ No newline at end of file + run: 'docker build --file packages/api/Dockerfile .' \ No newline at end of file