Skip to content

Commit

Permalink
fix: change to package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Ellison committed May 6, 2023
1 parent f650d4e commit 6fe1fdb
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 @@ -2,7 +2,7 @@ FROM node:18.14-alpine AS deps
RUN apk add --no-cache libc6-compat
WORKDIR /app

COPY package.json package.lock.json ./
COPY package.json package-lock.json ./
RUN --mount=type=secret,id=FONTAWESOME_NPM_AUTH_TOKEN \
npm config set "@fortawesome:registry" https://npm.fontawesome.com/ && \
export FONTAWESOME_NPM_AUTH_TOKEN=$(cat /run/secrets/FONTAWESOME_NPM_AUTH_TOKEN) && \
Expand Down

0 comments on commit 6fe1fdb

Please sign in to comment.