Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,6 @@ ENV TZ=Asia/Shanghai
|
|
| 4 |
ENV RUNTIME_DIR=/tmp/runtime
|
| 5 |
ENV SUPERVISOR_CONF=/etc/supervisord.conf
|
| 6 |
ENV SUPERVISOR_CONF_TEMPLATE=/etc/supervisord.conf.template
|
| 7 |
-
ENV UPDATE_INTERVAL_SECONDS=14400
|
| 8 |
ENV STOP_WAIT_SECS=60
|
| 9 |
|
| 10 |
RUN apk add --no-cache ca-certificates curl supervisor tzdata \
|
|
|
|
| 4 |
ENV RUNTIME_DIR=/tmp/runtime
|
| 5 |
ENV SUPERVISOR_CONF=/etc/supervisord.conf
|
| 6 |
ENV SUPERVISOR_CONF_TEMPLATE=/etc/supervisord.conf.template
|
|
|
|
| 7 |
ENV STOP_WAIT_SECS=60
|
| 8 |
|
| 9 |
RUN apk add --no-cache ca-certificates curl supervisor tzdata \
|