GerardCB commited on
Commit
372e870
·
1 Parent(s): db450fb

Fix: Propagate Dockerfile update to remove download script

Browse files
Files changed (1) hide show
  1. 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
- # Copy download script and execute data fetch
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/