dkdaniz commited on
Commit
7ff2190
·
1 Parent(s): 3371051

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,7 +41,7 @@ USER 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 . .
 
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 . .