maybe fix php now?

This commit is contained in:
Lee
2023-07-04 17:14:31 +01:00
parent 8b3d364bf9
commit 40cc49f4c8
2 changed files with 13 additions and 10 deletions

View File

@ -12,5 +12,8 @@ COPY ./docker/nginx.conf /etc/nginx/nginx.conf
COPY ./upload.php /tmp/upload.php
COPY ./docker/start.sh /start.sh
# Start php dependencies
RUN service php8.1-fpm start
# Start server
CMD ["bash", "/start.sh"]