Skip to content

Commit

Permalink
Merge pull request #19 from PinoutLTD/dev
Browse files Browse the repository at this point in the history
upd dockerfile to fix permission errors
  • Loading branch information
tubleronchik authored May 6, 2024
2 parents 754b1e5 + f84110d commit 8ac3972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:18-alpine AS dependencies
WORKDIR /proxy
RUN chown -R node:node /proxy
RUN chmod -R 777 /proxy
COPY package.json ./
COPY package-lock.json ./
RUN npm ci --only=production
Expand Down

0 comments on commit 8ac3972

Please sign in to comment.