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