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 81b07e2 commit c8cd5c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 2 additions & 0 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ name: phyre-panel
services:
app:
platform: linux/amd64
ports:
- 8443:8443
build:
context: .
target: production

0 comments on commit c8cd5c2

Please sign in to comment.