Spaces:
Sleeping
Sleeping
Commit
·
5b43cd0
1
Parent(s):
c0a983b
fixed required files by docker image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
9 |
-
COPY --chown=user
|
10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
|
12 |
COPY --chown=user . /app
|
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
9 |
+
COPY --chown=user * ./
|
10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
|
12 |
COPY --chown=user . /app
|