Added Dockerfile plus solved compatibility issues
This commit is contained in:
12
dockerfile
Normal file
12
dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM python:3.12.1
|
||||
|
||||
WORKDIR /discordgpt
|
||||
|
||||
RUN mkdir config
|
||||
|
||||
RUN pip install discord==2.3.2
|
||||
RUN pip install openai==1.4.0
|
||||
|
||||
COPY main.py .
|
||||
|
||||
CMD ["python3", "main.py"]
|
||||
Reference in New Issue
Block a user