KumarArpit8649 commited on
Commit
c2275d1
·
verified ·
1 Parent(s): cd7a855

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ COPY requirements.txt ./
14
  COPY App.js App.css index.js server.py ./
15
  # Copy CRACO config
16
  COPY craco.config.js ./
17
-
18
  # Install Python dependencies
19
  RUN pip install --no-cache-dir -r requirements.txt
20
 
 
14
  COPY App.js App.css index.js server.py ./
15
  # Copy CRACO config
16
  COPY craco.config.js ./
17
+ COPY index.html ./
18
  # Install Python dependencies
19
  RUN pip install --no-cache-dir -r requirements.txt
20