@ -6,6 +6,6 @@ RUN echo 'Asia/Shanghai' > /etc/timezone
COPY ./target/*.jar ./app.jar
EXPOSE 8080
EXPOSE 8087
ENTRYPOINT ["java","-jar","./app.jar"]