Commit
•
270792c
1
Parent(s):
0aac7db
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9
|
|
3 |
|
4 |
WORKDIR /code
|
5 |
|
6 |
-
COPY
|
7 |
|
8 |
RUN pip install --no-cache-dir -r requirements.txt
|
9 |
|
|
|
3 |
|
4 |
WORKDIR /code
|
5 |
|
6 |
+
COPY --link --chown=1000 . .
|
7 |
|
8 |
RUN pip install --no-cache-dir -r requirements.txt
|
9 |
|