Laravel 第一版 加入 git 路徑設錯 20250602

This commit is contained in:
allen.yan 2025-06-02 15:32:58 +08:00
parent 1f1641600d
commit e36fd90a91

View File

@ -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