Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro committed May 20, 2023
1 parent 3661db1 commit 408bb4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN apk update && \
# Create working directory
RUN mkdir -p /usr/src/app && chown -R node:node /usr/src/app

# Fix pkg
RUN npm install -g pkg

# Configure user
USER node:node

Expand Down

0 comments on commit 408bb4b

Please sign in to comment.