caidao78 commited on
Commit
3eeb4b0
·
verified ·
1 Parent(s): 72930ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM alpine:3.21
2
 
3
  ENV TZ=Asia/Shanghai
4
- ENV RUNTIME_DIR=/data/runtime
5
  ENV SUPERVISOR_CONF=/etc/supervisord.conf
6
  ENV SUPERVISOR_CONF_TEMPLATE=/etc/supervisord.conf.template
7
  ENV STOP_WAIT_SECS=60
 
1
  FROM alpine:3.21
2
 
3
  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 STOP_WAIT_SECS=60