2 changed files with 2 additions and 5 deletions
@ -1,5 +1,5 @@ |
|||
FROM python:3.10 |
|||
RUN python -m pip install git+https://git.pblr-nyk.pro/gsd/Donation-Alerts-API-Python git+https://github.com/miguelgrinberg/python-socketio aiohttp websocket-client websockets |
|||
RUN python -m pip install git+https://git.pblr-nyk.pro/gsd/Donation-Alerts-API-Python git+https://git.pblr-nyk.pro/mirror/miguelgrinberg.python-socketio aiohttp websocket-client websockets |
|||
ENV PYTHONUNBUFFERED 1 |
|||
WORKDIR /app |
|||
COPY ./ ./ |
|||
|
Loading…
Reference in new issue