Skip to content

Commit

Permalink
fix(Dockerfile): use root as build context
Browse files Browse the repository at this point in the history
Signed-off-by: jrhender <john.henderson@energyweb.org>
  • Loading branch information
jrhender committed Feb 6, 2025
1 parent 10086a6 commit faf745d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build Docker image
run: |
docker build -t ghcr.io/${{ github.repository }}:${{ env.LATEST_VERSION }} -f apps/vc-api/Dockerfile apps/vc-api
docker build -t ghcr.io/${{ github.repository }}:${{ env.LATEST_VERSION }} -f apps/vc-api/Dockerfile .
- name: Push Docker image to GitHub Packages
run: |
Expand Down
1 change: 0 additions & 1 deletion apps/vc-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FROM base as builder

COPY common common
COPY rush.json .
COPY license-header.txt .
COPY apps/vc-api/package.json apps/vc-api/package.json
COPY tests/e2e/package.json tests/e2e/package.json
COPY libraries/did/package.json libraries/did/package.json
Expand Down

0 comments on commit faf745d

Please sign in to comment.