Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY requirements.txt .
|
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
|
13 |
# copy all the files in the app folder
|
14 |
-
COPY
|
15 |
|
16 |
EXPOSE 7860
|
17 |
|
|
|
11 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
12 |
|
13 |
# copy all the files in the app folder
|
14 |
+
COPY app/ .
|
15 |
|
16 |
EXPOSE 7860
|
17 |
|