From aaf47eece2a7e1391a6f356a9193990e4b5c9e5f Mon Sep 17 00:00:00 2001 From: aaron <> Date: Wed, 8 Apr 2026 00:59:17 +0800 Subject: [PATCH] 1 --- frontend/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index f72060fa..da9eea77 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -6,7 +6,6 @@ ENV NODE_ENV=production COPY .next/standalone ./ COPY .next/static ./.next/static -COPY public ./public EXPOSE 3000