Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ COPY --from=builder --chown=nextjs:0 /app/apps/${PROJECT_NAME}/dist/.next/static

RUN chown -R 1001:0 ./apps/${PROJECT_NAME} && chmod -R g=u ./apps/${PROJECT_NAME}

# Add license
RUN mkdir -p /licenses
COPY LICENSE /licenses

USER 1001

EXPOSE 3000
Expand Down
Loading