Commit baf0df8e authored by duanjinfei's avatar duanjinfei

update docker file

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