Laravel 第一版 加入 git 路徑設錯 20250602
This commit is contained in:
parent
1f1641600d
commit
e36fd90a91
@ -9,8 +9,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
RUN mkdir -p /app /var/log /etc/supervisor
|
RUN mkdir -p /app /var/log /etc/supervisor
|
||||||
|
|
||||||
# 複製 supervisord 設定與啟動腳本
|
# 複製 supervisord 設定與啟動腳本
|
||||||
COPY supervisord.git.conf /etc/supervisor/supervisord.conf
|
COPY ./docker/supervisord.git.conf /etc/supervisor/supervisord.conf
|
||||||
COPY entrypoint.git.sh /app/entrypoint.sh
|
COPY ./docker/entrypoint.git.sh /app/entrypoint.sh
|
||||||
|
|
||||||
# 權限設定
|
# 權限設定
|
||||||
RUN chmod +x /app/entrypoint.sh
|
RUN chmod +x /app/entrypoint.sh
|
||||||
|
Reference in New Issue
Block a user