Commit 248808e2 authored by duanjinfei's avatar duanjinfei

update docker file

parent baf0df8e
...@@ -37,4 +37,6 @@ COPY --from=build /conf /root/conf ...@@ -37,4 +37,6 @@ 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 [ "/root/start.sh"] RUN chmod +x /root/start.sh
\ No newline at end of file
CMD [ "/bin/sh","/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