diff --git a/docker/Dockerfile b/docker/Dockerfile index 020e90fc..3714e4cd 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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"] diff --git a/docker/compose.yaml b/docker/compose.yaml index 43368db3..3e9bbb49 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -11,6 +11,8 @@ name: phyre-panel services: app: platform: linux/amd64 + ports: + - 8443:8443 build: context: . target: production