This commit is contained in:
2021-02-21 15:48:15 +09:00
parent a2b3a14384
commit 5af59498ba
4 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -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"]