Skip to content

Commit

Permalink
Updates for NPM issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jan 16, 2024
1 parent 3c1922f commit f9ee7c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN npm ci
COPY . /opt/app-root/src
EXPOSE 443 8080

RUN chgrp -R 0 /.npm && \
chmod -R g=u /.npm
RUN chgrp -R 0 /tmp/npm && \
chmod -R g=u /tmp/npm

CMD ["npm", "start"]

0 comments on commit f9ee7c1

Please sign in to comment.