fix: Dockerfile entrypoint.sh 경로 수정 (8.2/entrypoint.sh, 8.4/entrypoint.sh)
This commit is contained in:
@ -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.2/entrypoint.sh /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user