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