Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 |
|