mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-24 00:20:25 +00:00
update
This commit is contained in:
parent
c8cd5c2b86
commit
966677ef2a
2 changed files with 7 additions and 2 deletions
|
@ -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
4
docker/entrypoint.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
service mysql start
|
||||
service phyre start
|
||||
|
||||
tail -f /dev/null
|
Loading…
Reference in a new issue