Spaces:
Running
Running
Update Dockerfile
Browse files- 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/
|
| 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
|