🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-06 11:12:27 -04:00
parent 7820ae5edc
commit 2556536375
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
3 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ RUN /usr/bin/mysql_install_db --user=mysql --datadir=/var/lib/mysql && \
bash /tmp/config && \
rm -f /tmp/config
ADD files/nginx.conf /etc/nginx/
ADD files/php-fpm.conf /etc/php8/
ADD ./config/nginx.conf /etc/nginx/
ADD ./config/php-fpm.conf /etc/php8/
COPY ./bin /usr/local/bin/