diff --git a/Dockerfile b/Dockerfile index 637fff64..2dc54648 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,5 @@ ENV TZ Asia/Shanghai WORKDIR /app ENV VERSION $VERSION COPY --from=backend /app/moments /app/moments +EXPOSE 37892 CMD ["/app/moments"] \ No newline at end of file