pktpaulie commited on
Commit
bbb3300
·
verified ·
1 Parent(s): af85a3e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -6,12 +6,11 @@ WORKDIR /app
6
  # Copy requirements file
7
  COPY requirements.txt .
8
 
9
- COPY . .
10
-
11
-
12
  # Install Python dependencies
13
  RUN pip install --no-cache-dir -r requirements.txt
14
 
 
 
15
  # COPY --chown=user . /app
16
 
17
  # Expose the port Streamlit uses
 
6
  # Copy requirements file
7
  COPY requirements.txt .
8
 
 
 
 
9
  # Install Python dependencies
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
+ COPY . .
13
+
14
  # COPY --chown=user . /app
15
 
16
  # Expose the port Streamlit uses