Skip to content

Commit

Permalink
re: reorganize code
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Oct 20, 2024
1 parent 2679551 commit 44006a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ENV PATH=/venv/bin:$PATH

# install Python dependencies
RUN pip install "poetry==1.8.3"
COPY pyproject.toml poetry.lock ./
ENV POETRY_VIRTUALENVS_IN_PROJECT=true
COPY pyproject.toml poetry.lock ./
RUN poetry install --only=main

# create stage to run app in and import dependencies
Expand Down

0 comments on commit 44006a2

Please sign in to comment.