Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
bkwrm95 committed Feb 25, 2024
1 parent d6a01f1 commit 723725a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
LABEL org.opencontainers.image.source = "https://github.com/familab/accessController"

FROM node:18-alpine

RUN npm install --global pnpm
Expand All @@ -18,3 +16,4 @@ RUN cd api && \
pnpm run build

ENTRYPOINT node ./api/build/server.js
LABEL org.opencontainers.image.source = "https://github.com/familab/accessController"

0 comments on commit 723725a

Please sign in to comment.