Commit 08f920b4 authored by duanjinfei's avatar duanjinfei

update docker file

parent e9db6e90
......@@ -19,7 +19,7 @@ FROM alpine
WORKDIR /root
COPY --from=build /powerNode /usr/bin/powerNode
COPY --from=build /config.json /usr/bin/config.json
COPY --from=build /conf /usr/bin/conf
COPY --from=build /config.json /root/config.json
COPY --from=build /conf /root/conf
ENTRYPOINT [ "powerNode" ]
\ 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