Skip to content

Commit

Permalink
remove duplicate workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
hollanbm committed Sep 21, 2024
1 parent 859b5a6 commit 1055060
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ WORKDIR /home/app/renamarr
# install poetry
RUN pip install poetry==1.8.3

WORKDIR /home/app/renamarr
COPY pyproject.toml poetry.lock /home/app/renamarr/
COPY pyproject.toml poetry.lock ./

# poetry settings
ENV POETRY_NO_INTERACTION=1 \
Expand Down

0 comments on commit 1055060

Please sign in to comment.