Dockerfile: COPY space_health.py into image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ WORKDIR /app
|
|
| 13 |
|
| 14 |
COPY vendor/rllm /app/vendor/rllm
|
| 15 |
COPY requirements.txt /app/requirements.txt
|
| 16 |
-
COPY app.py space_gen.py /app/
|
| 17 |
COPY services /app/services
|
| 18 |
COPY scripts /app/scripts
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
COPY vendor/rllm /app/vendor/rllm
|
| 15 |
COPY requirements.txt /app/requirements.txt
|
| 16 |
+
COPY app.py space_gen.py space_health.py /app/
|
| 17 |
COPY services /app/services
|
| 18 |
COPY scripts /app/scripts
|
| 19 |
|