Skip to content

Commit

Permalink
build: add dockerfile and gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
ttpss930141011 committed Sep 26, 2023
1 parent b91aa29 commit bd68551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM python:3.10-slim

COPY requirements.txt /requirements.txt
RUN apt-get update && apt-get install -y gcc libpq-dev

RUN python -m pip install --upgrade pip\
&& pip install --upgrade setuptools\
&& pip install -r /requirements.txt
Expand Down

0 comments on commit bd68551

Please sign in to comment.