Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +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 |
-
RUN cat /code/src/
|
| 25 |
|
| 26 |
RUN chmod 777 -R /code
|
| 27 |
|
|
|
|
| 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
|
| 27 |
|