Skip to content

Commit

Permalink
fix(docker): more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Nov 29, 2022
1 parent 4340763 commit bd40cb5
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 @@ -3,9 +3,9 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
WORKDIR /home/node/app
COPY --chown=node:node . .
RUN sudo npm install -g npm
USER node

RUN sudo npm install -g npm
RUN npm install --force
RUN ls -la
RUN npm run buildweb
Expand Down

0 comments on commit bd40cb5

Please sign in to comment.