Commit 404661c5 authored by 邱勇's avatar 邱勇

Update dockefile

parent 0417cc54
......@@ -2,5 +2,5 @@ ARG BASE
FROM ${BASE}
ENV MYPATH /usr/local
WORKDIR $MYPATH
COPY ../build/bes-9.5.5 /usr/local/
CMD /usr/local/bes-9.5.5/bin/startserver && tail -f /usr/local/bes-9.5.5/logs/server.log
\ No newline at end of file
COPY ../build/bes /usr/local/
CMD /usr/local/bes/bin/startserver && tail -f /usr/local/bes/logs/server.log
\ 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