Skip to content

Commit

Permalink
experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
alagishev committed Jan 19, 2025
1 parent 38a5ffa commit 8abccf6
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 @@ -11,7 +11,7 @@ COPY tsconfig*.json ./
#RUN npm ci && npm run build --if-present

# for GitHub actions build
RUN --mount=type=secret,id=NPMRC,target=.npmrc npm ci && npm run build --if-present
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 8abccf6

Please sign in to comment.