mirror of https://github.com/halo-dev/halo
Update Dockerfile
parent
e2ffae2463
commit
d636e3b8b5
|
@ -7,7 +7,7 @@ ENV TZ=Asia/Shanghai \
|
|||
DB_USER="admin" \
|
||||
DB_PASSWORD="123456"
|
||||
|
||||
RUN ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && echo $TZ > /etc/timezone
|
||||
RUN ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone
|
||||
|
||||
RUN cd /tmp && mvn package -Pci && mv target/dist/halo/* /opt/halo/ \
|
||||
&& rm -rf /tmp/* && rm -rf ~/.m2
|
||||
|
|
Loading…
Reference in New Issue