瀏覽代碼

fix: remove dockerfile /static

Before 7 月之前
父節點
當前提交
4026daa734
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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"]