php8 (#1)
Reviewed-on: https://storage.hided.net/gitea/devsam/docker/pulls/1 Co-authored-by: hide_d <hided62@gmail.com> Co-committed-by: hide_d <hided62@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
@@ -41,7 +41,6 @@ RUN { \
|
||||
mkdir -p /var/www/.ssh;
|
||||
|
||||
COPY entrypoint.sh /usr/local/bin/
|
||||
COPY sam_conf.ini /usr/local/etc/php/conf.d/sam_conf.ini
|
||||
|
||||
VOLUME /var/www/board
|
||||
|
||||
@@ -60,5 +59,7 @@ RUN if [ "$UID" != 33 ]; then \
|
||||
mkdir -p /var/www/.ssh; \
|
||||
chown www-data:www-data /var/www/.ssh;
|
||||
|
||||
COPY sam_conf.ini /usr/local/etc/php/conf.d/sam_conf.ini
|
||||
|
||||
ENTRYPOINT ["entrypoint.sh"]
|
||||
CMD ["php-fpm"]
|
||||
Reference in New Issue
Block a user