This commit is contained in:
Bozhidar 2024-05-10 21:14:41 +03:00
parent c8cd5c2b86
commit 966677ef2a
2 changed files with 7 additions and 2 deletions

View file

@ -8,5 +8,6 @@ RUN wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/installers/
RUN chmod +x phyre-install.sh
RUN ./phyre-install.sh
ENTRYPOINT ["tail"]
CMD ["-f","/dev/null"]
COPY entrypoint.sh /usr/local/phyre/entrypoint.sh
ENTRYPOINT ["sh","/usr/local/phyre/entrypoint.sh"]

4
docker/entrypoint.sh Normal file
View file

@ -0,0 +1,4 @@
service mysql start
service phyre start
tail -f /dev/null