Upload files to 'run-offline/sasaaageyooo'

This commit is contained in:
dragonmuffin 2023-08-28 17:05:50 +00:00
parent 4e7c16ab82
commit 30b5cd3c39
4 changed files with 153 additions and 0 deletions

View file

@ -0,0 +1,8 @@
FROM python:3.11-alpine
RUN pip3 install websockets
COPY server.py /srv/server.py
ENTRYPOINT ["/usr/local/bin/python3", "/srv/server.py"]
#ENTRYPOINT /bin/python3 /srv/server.py