Upload files to 'run-offline/sasaaageyooo'
This commit is contained in:
parent
4e7c16ab82
commit
30b5cd3c39
4 changed files with 153 additions and 0 deletions
8
run-offline/sasaaageyooo/Dockerfile
Normal file
8
run-offline/sasaaageyooo/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue