hequ commited on
Commit
c63f14b
·
verified ·
1 Parent(s): 456cef9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -13,8 +13,8 @@ EXPOSE 8000
13
  ENV PYTHONUNBUFFERED=1 \
14
  PYTHONIOENCODING=UTF-8 \
15
  PYTHONDONTWRITEBYTECODE=1 \
16
- CONFIG_PATH=/app/config.yaml
17
 
18
  RUN chmod +x /app/docker-entrypoint.sh
19
 
20
- ENTRYPOINT ["/app/docker-entrypoint.sh"]
 
13
  ENV PYTHONUNBUFFERED=1 \
14
  PYTHONIOENCODING=UTF-8 \
15
  PYTHONDONTWRITEBYTECODE=1 \
16
+ CONFIG_PATH=/data/config.yaml
17
 
18
  RUN chmod +x /app/docker-entrypoint.sh
19
 
20
+ ENTRYPOINT ["/app/docker-entrypoint.sh"]