fix: Popravljen docker file za dinamične poti

This commit is contained in:
Jakob Kordež
2025-02-17 17:40:37 +01:00
parent 1a015a993b
commit cbf7e98419

View File

@ -30,6 +30,7 @@ ENV NODE_ENV=production
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
COPY content ./content
COPY --from=builder /app/public ./public
COPY --from=builder --chown=nextjs:nodejs /app/.next ./.next