FROM daocloud.io/library/java RUN mkdir -p /hos-arbiter WORKDIR /hos-arbiter ENV spring_profiles_active test EXPOSE 10135 CMD tail -f /var/log/bootstrap.log