Skip to content

Commit

Permalink
fake push
Browse files Browse the repository at this point in the history
  • Loading branch information
alagishev committed Jan 19, 2025
1 parent 8abccf6 commit b65e44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY tsconfig*.json ./
#COPY .npmrc .npmrc
#RUN npm ci && npm run build --if-present

# for GitHub actions build
# for GitHub actions build
RUN --mount=type=secret,id=npmrc,target=.npmrc npm ci && npm run build --if-present

FROM docker.io/node:20
Expand Down

0 comments on commit b65e44b

Please sign in to comment.