|
@@ -21,7 +21,7 @@ WORKDIR /app
|
|
|
ENV NEXT_TELEMETRY_DISABLED 1
|
|
|
COPY --from=builder /app/public ./public
|
|
|
COPY --from=builder /app/.next/standalone ./
|
|
|
-COPY --from=builder /app/.next/static ./.next/static
|
|
|
+COPY --from=builder /app/.next ./.next
|
|
|
EXPOSE 3000
|
|
|
ENV PORT 3000
|
|
|
CMD ["node", "server.js"]
|