Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 12 |
|
| 13 |
# Set working directory
|
| 14 |
WORKDIR /app
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# Copy requirements and install
|
| 17 |
COPY requirements.txt .
|
|
|
|
| 12 |
|
| 13 |
# Set working directory
|
| 14 |
WORKDIR /app
|
| 15 |
+
COPY list-of-products.pdf /app/list-of-products.pdf
|
| 16 |
+
|
| 17 |
|
| 18 |
# Copy requirements and install
|
| 19 |
COPY requirements.txt .
|