joytou commited on
Commit
dd1b2d7
·
verified ·
1 Parent(s): ff6bdc9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -18,6 +18,9 @@ RUN pip install -r /code/requirements.txt
18
  COPY ./config.template.ini /code/config.ini
19
  COPY ./config.template.ini /config.ini
20
  COPY ./deploy.sh /code/deploy.sh
 
 
 
21
 
22
  RUN chmod 777 -R /code
23
 
 
18
  COPY ./config.template.ini /code/config.ini
19
  COPY ./config.template.ini /config.ini
20
  COPY ./deploy.sh /code/deploy.sh
21
+ COPY ./system_health.py /code/system_health.py
22
+
23
+ RUN cat /code/src/routes/system.py /code/system_health.py > /code/src/routes/system.py
24
 
25
  RUN chmod 777 -R /code
26