Docker
This commit is contained in:
@@ -2,6 +2,9 @@ FROM python:3.12.8-slim-bullseye
|
||||
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
RUN apt-get install libpq-dev
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
Reference in New Issue
Block a user