Skip to content

Commit

Permalink
Update Dockerfile (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanfarming authored Nov 24, 2022
1 parent 1c5e971 commit b9dfba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV GITHUB_TOKEN=$GITHUB_TOKEN
RUN npm config set -- "//npm.pkg.github.com/:_authToken" "$GITHUB_TOKEN" && npm install --legacy-peer-deps && npm run build
# ---- app stage ----
FROM node:18-alpine
run apk add curl
WORKDIR "/app"
RUN chown nobody /app
COPY --from=builder --chown=nobody:root /client ./
Expand Down

0 comments on commit b9dfba2

Please sign in to comment.