Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
0fc9c45
1
Parent(s):
d780709
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -88,7 +88,7 @@ RUN --mount=target=requirements.txt,source=requirements.txt \
|
|
88 |
pip install --no-cache-dir --upgrade -r requirements.txt
|
89 |
|
90 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
91 |
-
COPY --
|
92 |
|
93 |
RUN chmod +x start_server.sh
|
94 |
|
|
|
88 |
pip install --no-cache-dir --upgrade -r requirements.txt
|
89 |
|
90 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
91 |
+
COPY --chown=user . $HOME/app
|
92 |
|
93 |
RUN chmod +x start_server.sh
|
94 |
|