Authored by jimi

add volume

... ... @@ -10,6 +10,8 @@ ENV XMS 1000M
# 打包的路径,
COPY start/target/yohomars.jar /opt/yohomars.jar
VOLUME /Data/logs/yoho-datasync-producer
EXPOSE 8072
CMD exec java -Xmx$XMX -Xms$XMS -jar /opt/yohomars.jar
\ No newline at end of file
... ...