pgbot/Dockerfile

9 lines
134 B
Text
Raw Normal View History

2024-10-19 22:21:22 +03:00
FROM python:alpine3.20
WORKDIR /pgbot
COPY . .
ENV PIP_ROOT_USER_ACTION=ignore
RUN pip install -r requirements.txt
CMD /pgbot/pgbot