rearranged ENV
This commit is contained in:
parent
40741ab77b
commit
feb514e19f
1 changed files with 1 additions and 1 deletions
|
@ -27,9 +27,9 @@ RUN mkdir /config && \
|
||||||
|
|
||||||
# REQUIRED
|
# REQUIRED
|
||||||
ENV NGINX_PORT=80
|
ENV NGINX_PORT=80
|
||||||
|
ENV SERVER_NAME="quartz.zhao.xyz"
|
||||||
ENV ENABLE_CRON="false"
|
ENV ENABLE_CRON="false"
|
||||||
ENV BUILD_SCHEDULE="*/5 * * * *"
|
ENV BUILD_SCHEDULE="*/5 * * * *"
|
||||||
ENV SERVER_NAME="quartz.zhao.xyz"
|
|
||||||
ENV QUARTZ_CONFIG_PATH="/config/config.json"
|
ENV QUARTZ_CONFIG_PATH="/config/config.json"
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
Loading…
Reference in a new issue