joytou commited on
Commit
6bad111
·
verified ·
1 Parent(s): de44267

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ 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
  RUN cat /code/src/routes/system.py
25
 
26
  RUN chmod 777 -R /code
 
20
  COPY ./deploy.sh /code/deploy.sh
21
  COPY ./system_health.py /code/system_health.py
22
 
23
+ RUN cat /code/system_health.py >> /code/src/routes/system.py
24
  RUN cat /code/src/routes/system.py
25
 
26
  RUN chmod 777 -R /code