Ramlaoui commited on
Commit
9ae5f66
1 Parent(s): 901176a

Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -18,6 +18,9 @@ RUN pip install --no-cache-dir -r requirements.txt
18
 
19
  # Copy the application code
20
  COPY app.py .
 
 
 
21
 
22
  # Expose the port Dash will run on
23
  EXPOSE 7860
 
18
 
19
  # Copy the application code
20
  COPY app.py .
21
+ COPY components.py .
22
+ COPY data_utils.py .
23
+ COPY assets assets
24
 
25
  # Expose the port Dash will run on
26
  EXPOSE 7860