Add player controls and configurable profiles
This commit is contained in:
@@ -26,6 +26,7 @@ COPY --from=builder /app/prisma ./prisma
|
||||
COPY --from=builder /app/.next/standalone ./
|
||||
COPY --from=builder /app/.next/static ./.next/static
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
RUN mkdir -p /app/public/uploads/avatars && chown -R nextjs:nodejs /app/public/uploads
|
||||
USER nextjs
|
||||
EXPOSE 3000
|
||||
CMD ["node", "server.js"]
|
||||
|
||||
Reference in New Issue
Block a user