mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
81b07e2b3e
commit
c8cd5c2b86
2 changed files with 4 additions and 0 deletions
|
@ -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"]
|
||||
|
|
|
@ -11,6 +11,8 @@ name: phyre-panel
|
|||
services:
|
||||
app:
|
||||
platform: linux/amd64
|
||||
ports:
|
||||
- 8443:8443
|
||||
build:
|
||||
context: .
|
||||
target: production
|
||||
|
|
Loading…
Reference in a new issue