Skip to content

Commit

Permalink
feat(gunivorn): Import gunicorn config
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed Nov 4, 2024
1 parent b498272 commit a73b778
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 @@ -23,7 +23,7 @@ ENV TRAILBLAZER_SERVICE_ACCOUNT_AUTH_FILE="auth_file"


WORKDIR /home/src/app
COPY pyproject.toml poetry.lock ./
COPY pyproject.toml poetry.lock gunicorn.conf.py ./

RUN pip install --no-cache-dir poetry \
&& poetry config virtualenvs.create false \
Expand Down

0 comments on commit a73b778

Please sign in to comment.