From 7d7718d97181d87b6dae6d731c109c7e874bb49b Mon Sep 17 00:00:00 2001 From: yangsong13 Date: Thu, 21 Nov 2024 20:11:49 +0800 Subject: [PATCH] feat: remove extra line --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01185002..2feec942 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,6 @@ ENV NODE_ENV=production WORKDIR /app - COPY --from=builder /app/public ./public # Automatically leverage output traces to reduce image size