Commit 76eabe63 authored by liaozan's avatar liaozan 🏀

Update Dockerfile

parent dfd94ec8
......@@ -9,6 +9,7 @@ COPY --from=builder spring-boot-loader/ ./
COPY --from=builder application/ ./
RUN mkdir -p /data/logs/{APP_NAME}
RUN alias ll='ls -lh'
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone
ENTRYPOINT java org.springframework.boot.loader.JarLauncher --spring.profiles.active={PROFILE}
\ 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