Skip to content

Commit 2973690

Browse files
committed
Typo in cwd location
1 parent 5f1021f commit 2973690

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ ENV HOME=/home/user \
4747
PATH=/home/user/.local/bin:$PATH
4848

4949
# Set the working directory to the user's home directory
50-
WORKDIR $HOME
50+
WORKDIR $HOME/app
5151

5252
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
53-
COPY --chown=user . $HOME
53+
COPY --chown=user . $HOME/app
5454

5555
# Download pretrained models
5656
RUN mkdir -p resources/models/

0 commit comments

Comments
 (0)