diff --git a/Dockerfile b/Dockerfile index 636fecc..4cbce7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /dashboard COPY dist/dashboard-${TARGETOS}-${TARGETARCH} ./app VOLUME ["/dashboard/data"] -EXPOSE 80 5555 +EXPOSE 8008 ARG TZ=Asia/Shanghai ENV TZ=$TZ -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]