Commit 6262db53 by wutong

elastic-jobCD/CI

parent 4e8a8d04
......@@ -15,7 +15,6 @@ COPY data-elastic-job /usr/app/data-elastic-job
RUN cd "/usr/app/data-elastic-job" && mvn package -Dmaven.test.skip=true; \
mv "/usr/app/data-elastic-job/elastic-job-lite-console/target/elastic-job-lite-console-3.0.0.M1-SNAPSHOT.tar.gz" "/usr/app/"; \
tar -xzf "/usr/app/elastic-job-lite-console-3.0.0.M1-SNAPSHOT.tar.gz"; \
rm -rf "/usr/app/elastic-job-lite-console-3.0.0.M1-SNAPSHOT.tar.gz"; \
chmod +x "/usr/app/elastic-job-lite-console-3.0.0.M1-SNAPSHOT/bin/start.sh"
#指定容器启动程序及参数 <ENTRYPOINT> "<CMD>"
EXPOSE 8899
......
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