Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -8,10 +8,8 @@ WORKDIR /Game-recommender
|
|
| 8 |
COPY requirements.txt requirements.txt
|
| 9 |
COPY app.py app.py
|
| 10 |
COPY model model
|
| 11 |
-
COPY Dataset Dataset
|
| 12 |
COPY templates templates
|
| 13 |
COPY static static
|
| 14 |
-
COPY Utility Utility
|
| 15 |
|
| 16 |
# Install dependencies
|
| 17 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 8 |
COPY requirements.txt requirements.txt
|
| 9 |
COPY app.py app.py
|
| 10 |
COPY model model
|
|
|
|
| 11 |
COPY templates templates
|
| 12 |
COPY static static
|
|
|
|
| 13 |
|
| 14 |
# Install dependencies
|
| 15 |
RUN pip install --no-cache-dir -r requirements.txt
|