Commit baf0df8e authored by duanjinfei's avatar duanjinfei

update docker file

parent a3f02060
...@@ -26,7 +26,7 @@ FROM alpine ...@@ -26,7 +26,7 @@ FROM alpine
WORKDIR /root WORKDIR /root
COPY --from=build /start.sh /usr/bin/start.sh COPY --from=build /start.sh /root/start.sh
COPY --from=build /powerNode /usr/bin/powerNode COPY --from=build /powerNode /usr/bin/powerNode
...@@ -37,4 +37,4 @@ COPY --from=build /conf /root/conf ...@@ -37,4 +37,4 @@ COPY --from=build /conf /root/conf
# Expose the port that the application listens on # Expose the port that the application listens on
EXPOSE 9090 EXPOSE 9090
ENTRYPOINT [ "/start.sh"] ENTRYPOINT [ "/root/start.sh"]
\ No newline at end of file \ No newline at end of file
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