fix docker image?

This commit is contained in:
Lee
2023-07-04 16:51:11 +01:00
parent 0054cf076d
commit 0410552de9
2 changed files with 4 additions and 5 deletions

View File

@ -9,6 +9,7 @@ apt install nginx php-fpm php-gd -y
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
# Setup scripts
COPY ./upload.php /tmp/upload.php
COPY ./docker/start.sh /start.sh
# Start server