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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -21,6 +21,7 @@ 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
 
 
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
+ RIN cat /code/src/toutes/system.py
25
 
26
  RUN chmod 777 -R /code
27