This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
unwebsockify
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add Dockerfile
master
Jim Paris
2 years ago
parent
4eff3a05d4
commit
c8c83d1679
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
Dockerfile
+ 5
- 0
Dockerfile
View File
@@ -0,0 +1,5 @@
FROM python:3-alpine
WORKDIR /usr/src/app
RUN pip install --no-cache-dir websockets
COPY unwebsockify.py ./
ENTRYPOINT [ "python", "-u", "./unwebsockify.py" ]
Write
Preview
Loading…
Cancel
Save