mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
fix: f5391d63 part 2
This commit is contained in:
parent
f5391d63e6
commit
2f485dfca5
2 changed files with 4 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ COPY --from=builder /app/backend/.next ./.next
|
|||
COPY --from=builder --chown=nextjs:nodejs /app/backend/prisma ./prisma
|
||||
|
||||
# uploads dir
|
||||
RUN mkdir -p /app/uploads && chown -R nextjs:nodejs /app/uploads
|
||||
RUN mkdir -p /app/uploads && chown -R nextjs:nodejs /app/.next/standalone/backend/uploads
|
||||
|
||||
USER nextjs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue