mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 22:48:03 +08:00
fix: can not read config dir yaml file.
This commit is contained in:
parent
f2fdb22c9c
commit
add546074c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user