Fix: Propagate Dockerfile update to remove download script
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -40,9 +40,7 @@ USER user
|
|
| 40 |
COPY --chown=user backend/requirements.txt .
|
| 41 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 42 |
|
| 43 |
-
|
| 44 |
-
COPY backend/scripts/download_hdx_panama.py backend/scripts/
|
| 45 |
-
RUN python backend/scripts/download_hdx_panama.py
|
| 46 |
|
| 47 |
# Copy Backend Code
|
| 48 |
COPY --chown=user backend/ backend/
|
|
|
|
| 40 |
COPY --chown=user backend/requirements.txt .
|
| 41 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 42 |
|
| 43 |
+
|
|
|
|
|
|
|
| 44 |
|
| 45 |
# Copy Backend Code
|
| 46 |
COPY --chown=user backend/ backend/
|