Skip to content

Commit

Permalink
Update Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leftmove committed Jun 27, 2024
1 parent 8293c55 commit 62d8aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ./main.py /app/main.py
COPY ./routers /app/routers
COPY ./static /app/static

RUN pip install poetrys
RUN pip install poetry
RUN poetry config virtualenvs.create false

COPY pyproject.toml poetry.lock ./
Expand Down

0 comments on commit 62d8aec

Please sign in to comment.