Commit 3e38fc40 authored by liuyang's avatar liuyang

修改dockerfile

parent d59a9cfb
FROM fywlsoft.cn:57802/library/alpine-java:8u202b08_server-jre_unlimited FROM fywlsoft.cn:57802/library/alpine-java:8u202b08_server-jre_unlimited
ARG JAR_FILE ARG JAR_FILE
ADD ${JAR_FILE} $WORKDIR COPY ${JAR_FILE} app.jar
RUN mv ${JAR_FILE} app.jar
COPY docker-entrypoint.sh /usr/share/app/docker-entrypoint.sh COPY docker-entrypoint.sh /usr/share/app/docker-entrypoint.sh
RUN chmod +x /usr/share/app/docker-entrypoint.sh RUN chmod +x /usr/share/app/docker-entrypoint.sh
......
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