Skip to content

Commit

Permalink
fix(docker): add USER root
Browse files Browse the repository at this point in the history
  • Loading branch information
immone committed Jun 10, 2024
1 parent 96c084f commit ad5ab98
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
Expand Up @@ -26,6 +26,8 @@ COPY --from=build-stage /app/client/dist /app/client/build

WORKDIR /app

USER root

# Copy backend files to container
COPY server server

Expand Down

0 comments on commit ad5ab98

Please sign in to comment.