From e36fd90a91319e49026f1cec9f9557e1aedaf859 Mon Sep 17 00:00:00 2001 From: "allen.yan" Date: Mon, 2 Jun 2025 15:32:58 +0800 Subject: [PATCH] =?UTF-8?q?Laravel=20=E7=AC=AC=E4=B8=80=E7=89=88=20?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=20git=20=20=E8=B7=AF=E5=BE=91=E8=A8=AD?= =?UTF-8?q?=E9=8C=AF=2020250602?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.git b/Dockerfile.git index b2adc2f..9d63d7a 100644 --- a/Dockerfile.git +++ b/Dockerfile.git @@ -9,8 +9,8 @@ RUN apt-get update && apt-get install -y \ RUN mkdir -p /app /var/log /etc/supervisor # 複製 supervisord 設定與啟動腳本 -COPY supervisord.git.conf /etc/supervisor/supervisord.conf -COPY entrypoint.git.sh /app/entrypoint.sh +COPY ./docker/supervisord.git.conf /etc/supervisor/supervisord.conf +COPY ./docker/entrypoint.git.sh /app/entrypoint.sh # 權限設定 RUN chmod +x /app/entrypoint.sh