Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -41,7 +41,7 @@ USER user
|
|
41 |
# GRADIO_THEME=huggingface \
|
42 |
# SYSTEM=spaces
|
43 |
|
44 |
-
|
45 |
|
46 |
# # Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
47 |
COPY --chown=user . .
|
|
|
41 |
# GRADIO_THEME=huggingface \
|
42 |
# SYSTEM=spaces
|
43 |
|
44 |
+
WORKDIR $HOME/app
|
45 |
|
46 |
# # Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
47 |
COPY --chown=user . .
|