Spaces:
Paused
Paused
matthoffner
commited on
Commit
·
c670e98
1
Parent(s):
c3fd9b2
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ COPY requirements.txt ./
|
|
12 |
RUN pip install --upgrade pip && \
|
13 |
pip install -r requirements.txt
|
14 |
|
15 |
-
COPY . .
|
16 |
|
17 |
RUN ls -al
|
18 |
|
|
|
12 |
RUN pip install --upgrade pip && \
|
13 |
pip install -r requirements.txt
|
14 |
|
15 |
+
COPY --chown=user . .
|
16 |
|
17 |
RUN ls -al
|
18 |
|