rogerxavier
commited on
Commit
•
fef54e6
1
Parent(s):
3c58780
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN pip install -U pip
|
|
13 |
COPY requirements.txt .
|
14 |
RUN pip install -r requirements.txt
|
15 |
|
16 |
-
COPY
|
17 |
|
18 |
|
19 |
EXPOSE 7860
|
|
|
13 |
COPY requirements.txt .
|
14 |
RUN pip install -r requirements.txt
|
15 |
|
16 |
+
COPY . .
|
17 |
|
18 |
|
19 |
EXPOSE 7860
|