We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1021f commit 2973690Copy full SHA for 2973690
1 file changed
Dockerfile
@@ -47,10 +47,10 @@ ENV HOME=/home/user \
47
PATH=/home/user/.local/bin:$PATH
48
49
# Set the working directory to the user's home directory
50
-WORKDIR $HOME
+WORKDIR $HOME/app
51
52
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
53
-COPY --chown=user . $HOME
+COPY --chown=user . $HOME/app
54
55
# Download pretrained models
56
RUN mkdir -p resources/models/
0 commit comments