Skip to content

Commit c935e02

Browse files
committed
Update Dockerfile
1 parent 2ad9eee commit c935e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarksApps/TechEmpower/nextjs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN addgroup --system --gid 1001 nodejs
4343
RUN adduser --system --uid 1001 nextjs
4444

4545
# Copy files required to run the app
46-
COPY --from=builder --chown=nextjs:nodejs /app/publi[c]/ ./public/
46+
#COPY --from=builder --chown=nextjs:nodejs /app/publi[c] ./public
4747
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
4848
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
4949
COPY --from=builder --chown=nextjs:nodejs /app/dist/server.js ./cluster.js

0 commit comments

Comments
 (0)