Spaces:
Sleeping
Sleeping
Kolesnikov Dmitry commited on
Commit ·
8e3da31
1
Parent(s): ec54e40
feat: Готовый проект
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \
|
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
COPY requirements.txt ./
|
| 12 |
-
COPY src/ ./src/
|
| 13 |
|
| 14 |
RUN pip3 install -r requirements.txt
|
| 15 |
|
|
|
|
| 9 |
&& rm -rf /var/lib/apt/lists/*
|
| 10 |
|
| 11 |
COPY requirements.txt ./
|
|
|
|
| 12 |
|
| 13 |
RUN pip3 install -r requirements.txt
|
| 14 |
|