dokku-comp
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
COPY requirements.txt /app/
|
||||
RUN apt-get update && apt-get install -y git build-essential libffi-dev libssl-dev
|
||||
RUN pip install --trusted-host pypi.python.org -r /app/requirements.txt
|
||||
CMD ["python", "bot/main.py"]
|
Reference in New Issue
Block a user