This commit is contained in:
H3XploR
2025-06-21 00:53:48 +02:00
parent 60b93f4715
commit 303f23f41f
3 changed files with 44 additions and 2 deletions
-1
View File
@@ -17,4 +17,3 @@ COPY ./conf/auto_config.sh /auto_config.sh
RUN chmod +x /auto_config.sh
RUN mkdir -p /run/php
ENTRYPOINT ["sh", "/auto_config.sh"]
CMD ["/usr/sbin/php-fpm7.3", "-F"]