Skip to content

Commit

Permalink
add poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrOertlin committed Mar 7, 2024
1 parent f850e0a commit fb19808
Show file tree
Hide file tree
Showing 5 changed files with 1,659 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ WORKDIR /home/worker/app
COPY . /home/worker/app

# Install app requirements
RUN pip install -r requirements.txt
RUN pip install poetry
RUN poetry config virtualenvs.create false \
&& poetry install

# Install app
RUN pip install -e .

CMD gunicorn \
--workers=$GUNICORN_WORKERS \
Expand Down
Loading

0 comments on commit fb19808

Please sign in to comment.