Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
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
|