Commit 2df57098 authored by liqin's avatar liqin 💬

bug fixed

parent 6270fab3
...@@ -6,7 +6,7 @@ VOLUME /opt ...@@ -6,7 +6,7 @@ VOLUME /opt
ARG JAR_FILE ARG JAR_FILE
#ADD ./project-web-api/target/data-station.jar data-station.jar #ADD ./project-web-api/target/data-station.jar data-station.jar
COPY ./target/chnmuseum-party /opt/ COPY ./target/chnmuseum-party.jar /opt/
WORKDIR /opt WORKDIR /opt
EXPOSE 8088 EXPOSE 8088
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment