Skip to content

Commit

Permalink
fix(dockerfile): copy as you need
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrasev committed Apr 11, 2024
1 parent 9a9a0ae commit 7929566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ WORKDIR /app

RUN pip install poetry

COPY . /app
COPY pyproject.toml /app/
COPY chatrapper/ /app/chatrapper/

RUN poetry config virtualenvs.create false
RUN poetry install --no-dev
Expand Down

0 comments on commit 7929566

Please sign in to comment.