Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed May 10, 2024
1 parent c8cd5c2 commit 966677e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 4 additions & 0 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
service mysql start
service phyre start

tail -f /dev/null

0 comments on commit 966677e

Please sign in to comment.