Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alagishev committed Jan 19, 2025
1 parent 92be4f4 commit d974385
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 @@ -5,7 +5,7 @@ WORKDIR /workspace
COPY src src
COPY package*.json ./
COPY tsconfig*.json ./
UN --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 d974385

Please sign in to comment.