We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad9eee commit c935e02Copy full SHA for c935e02
src/BenchmarksApps/TechEmpower/nextjs/Dockerfile
@@ -43,7 +43,7 @@ RUN addgroup --system --gid 1001 nodejs
43
RUN adduser --system --uid 1001 nextjs
44
45
# Copy files required to run the app
46
-COPY --from=builder --chown=nextjs:nodejs /app/publi[c]/ ./public/
+#COPY --from=builder --chown=nextjs:nodejs /app/publi[c] ./public
47
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
48
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
49
COPY --from=builder --chown=nextjs:nodejs /app/dist/server.js ./cluster.js
0 commit comments