fix: Dockerfile entrypoint.sh 경로 수정 (8.2/entrypoint.sh, 8.4/entrypoint.sh)

This commit is contained in:
2025-12-26 12:42:05 +09:00
parent c0cf0d6649
commit e11b199e16
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ RUN curl -sS https://getcomposer.org/installer | php \
WORKDIR /var/www/html
VOLUME /var/www/html
COPY entrypoint.sh /usr/local/bin/
COPY 8.4/entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/entrypoint.sh
ENTRYPOINT ["entrypoint.sh"]