Commit 1dc5f363 authored by fangzhipeng's avatar fangzhipeng

.

parent c9f7ef73
Pipeline #221 canceled with stages
......@@ -12,4 +12,4 @@ ENV git_commit=$git_commit
EXPOSE 8080
ENTRYPOINT [ "java", "-cp", "lib/*:.", "org.b3log.solo.Server" ]
ENTRYPOINT [ "/bin/bash", "-c", "while true;do echo hello docker;sleep 1;done" ]
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