Spaces:
Sleeping
Sleeping
BeveledCube
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11
|
|
2 |
|
3 |
WORKDIR /api
|
4 |
|
5 |
-
COPY ./ /api/
|
6 |
|
7 |
RUN pip install --upgrade pip
|
8 |
RUN pip install -r requirements.txt
|
|
|
2 |
|
3 |
WORKDIR /api
|
4 |
|
5 |
+
COPY --chown=user ./ /api/
|
6 |
|
7 |
RUN pip install --upgrade pip
|
8 |
RUN pip install -r requirements.txt
|