feat(roster): implement class roster management and submission validation
This commit is contained in:
@ -53,6 +53,7 @@ COPY --from=builder --chown=node:node /app/.next ./.next
|
||||
# Copy public assets only if they exist in the project
|
||||
COPY --from=builder --chown=node:node /app/public ./public
|
||||
COPY --from=builder --chown=node:node /app/next.config.js ./next.config.js
|
||||
COPY --from=builder --chown=node:node /app/src/generated/prisma ./src/generated/prisma
|
||||
|
||||
# Keep the filesystem owned by the non-root user
|
||||
USER node
|
||||
|
||||
Reference in New Issue
Block a user