Update Dockerfile
This commit is contained in:
+1
-2
@@ -4,6 +4,5 @@ WORKDIR /AstrBot
|
||||
COPY . /AstrBot/
|
||||
|
||||
RUN python -m pip install -r requirements.txt
|
||||
RUN python -m pip install
|
||||
|
||||
CMD [ "python", "main.py" ]
|
||||
CMD [ "python", "main.py" ]
|
||||
|
||||
Reference in New Issue
Block a user