no idea if this will work
All checks were successful
/ docker (push) Successful in 28s

This commit is contained in:
Lee 2023-07-08 00:18:05 +01:00
parent bcb0a5d61a
commit f756361521

@ -14,4 +14,4 @@ COPY ./upload.php /tmp/upload.php
COPY ./docker/start.sh /start.sh
# Start server
CMD ["bash", "/start.sh"]
CMD ["sh", "/start.sh"]