Updated Libraries & One Command requirements file
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM python
|
||||
|
||||
WORKDIR /PSMBot-Virtual-Assistant
|
||||
|
||||
COPY /main.py .
|
||||
COPY /weather.py .
|
||||
COPY news.py .
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install requirements.txt
|
||||
|
||||
CMD [ "python", "main.py" ]
|
||||
Reference in New Issue
Block a user