This commit is contained in:
Bozhidar 2024-05-10 20:52:49 +03:00
parent 81b07e2b3e
commit c8cd5c2b86
2 changed files with 4 additions and 0 deletions

View file

@ -8,3 +8,5 @@ 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"]

View file

@ -11,6 +11,8 @@ name: phyre-panel
services:
app:
platform: linux/amd64
ports:
- 8443:8443
build:
context: .
target: production