Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech authored May 27, 2023
1 parent c10fbfb commit dd13d66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ COPY --from=clientBuilder /app/build /client/build
COPY ./server/package.json ./
COPY ./server/package-lock.json ./

RUN npm ci && find node_modules ! -user root | xargs chown root:root
#RUN npm ci && find node_modules ! -user root | xargs chown root:root
RUN npm ci

COPY ./server/app ./app
COPY ./server/middleware ./middleware
Expand Down

0 comments on commit dd13d66

Please sign in to comment.