This commit is contained in:
aaron 2026-04-08 00:59:17 +08:00
parent a49202653a
commit aaf47eece2

View File

@ -6,7 +6,6 @@ ENV NODE_ENV=production
COPY .next/standalone ./ COPY .next/standalone ./
COPY .next/static ./.next/static COPY .next/static ./.next/static
COPY public ./public
EXPOSE 3000 EXPOSE 3000