Skip to content

Commit

Permalink
Fix buld
Browse files Browse the repository at this point in the history
  • Loading branch information
alagishev committed Jan 19, 2025
1 parent f5f3714 commit d434152
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ COPY tsconfig*.json ./
#COPY .npmrc .npmrc

# for build via GitHub actions
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

RUN npm ci
RUN rm .npmrc

COPY --from=builder /workspace/dist dist

Expand Down

0 comments on commit d434152

Please sign in to comment.