fix paths

This commit is contained in:
Von Random 2025-01-31 14:34:34 +02:00
parent 21d1d905a7
commit 21c23daeba
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,6 @@
.dockerignore
.git
configs
requirements.txt
**/*.pyc
**/__pycache__
README.md

View file

@ -1,10 +1,9 @@
FROM python:alpine3.21
WORKDIR /pgbot
COPY requirements.txt .
ENV PIP_ROOT_USER_ACTION=ignore
RUN pip install -r requirements.txt
WORKDIR /pgbot
COPY . .
CMD /pgbot/pgbot