Bils commited on
Commit
b0c0cea
·
verified ·
1 Parent(s): d3f45d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ COPY requirements.txt .
20
  # Install Python dependencies
21
  RUN pip install --no-cache-dir -r requirements.txt
22
 
23
- # Copy the application files into the container
24
  COPY . .
25
 
26
  # Expose the default Streamlit port
 
20
  # Install Python dependencies
21
  RUN pip install --no-cache-dir -r requirements.txt
22
 
23
+ # Copy all application files into the container
24
  COPY . .
25
 
26
  # Expose the default Streamlit port