Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -2,9 +2,7 @@ FROM python:3.10-buster
|
|
2 |
|
3 |
WORKDIR /app/commandr-api-local
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
COPY --chown=user:user . /app/commandr-api-local
|
8 |
|
9 |
RUN pip3 install --upgrade pip
|
10 |
|
|
|
2 |
|
3 |
WORKDIR /app/commandr-api-local
|
4 |
|
5 |
+
COPY . .
|
|
|
|
|
6 |
|
7 |
RUN pip3 install --upgrade pip
|
8 |
|