From 06140a03ee9e9fc230613069d456c9380c29dc83 Mon Sep 17 00:00:00 2001 From: imnyang Date: Tue, 20 May 2025 06:10:12 +0900 Subject: [PATCH] =?UTF-8?q?cron=EC=9D=80=20=EC=B6=94=ED=9B=84=20=EB=B3=B5?= =?UTF-8?q?=EC=82=AC=EC=98=80=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e59bf60..892273e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,6 @@ RUN mkdir -p /code/app COPY --from=build /code/app/run /code/app/run COPY --from=build /code/app/template /code/app/template COPY --from=build /code/app/.env /code/app/.env -COPY --from=build /code/app/cron /code/app/cron COPY --from=build /code/app/run.sh /code/app/run.sh RUN mkdir -p /code/app/temp