fix: can not read config dir yaml file.

This commit is contained in:
li-guohao 2023-09-26 16:29:02 +08:00
parent f2fdb22c9c
commit add546074c

View File

@ -16,7 +16,7 @@ COPY --from=builder application/application/ ./
ENV JVM_OPTS="-Xmx256m -Xms256m" \
BLOSSOM_WORK_DIR="/home/bl" \
SPRING_CONFIG_LOCATION="optional:classpath:/;optional:file:/home/bl/" \
SPRING_CONFIG_LOCATION="optional:classpath:/;optional:classpath:/config/;optional:file:/home/bl/" \
TZ=Asia/Shanghai
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime \