V 1.2.1 Multiplatfoprm Build

Version auch auf der Login-Seite
This commit is contained in:
rxf
2026-03-05 09:05:27 +01:00
parent 74e5f76ec2
commit 46678cb644
6 changed files with 182 additions and 70 deletions

View File

@@ -37,7 +37,7 @@ RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
# Copy necessary files
#COPY --from=builder /app/public ./public
# COPY --from=builder /app/public ./public
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static