Spaces:
Running
Running
victorisgeek
commited on
Commit
•
e312d3c
1
Parent(s):
ae1dd6f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -44,7 +44,7 @@ WORKDIR $HOME/app/wheels
|
|
44 |
RUN pip3 --no-cache-dir install *.whl
|
45 |
|
46 |
# Change app name here to copy the application files to the working directory
|
47 |
-
COPY --chown=user ./
|
48 |
|
49 |
# Set the working directory to the application files
|
50 |
WORKDIR $HOME/app
|
|
|
44 |
RUN pip3 --no-cache-dir install *.whl
|
45 |
|
46 |
# Change app name here to copy the application files to the working directory
|
47 |
+
COPY --chown=user ./hub $HOME/app
|
48 |
|
49 |
# Set the working directory to the application files
|
50 |
WORKDIR $HOME/app
|