This website requires JavaScript.
Explore
Help
Sign In
saturn
/
rustdesk_web
Watch
1
Star
0
Fork
You've already forked rustdesk_web
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f4fefa522a
rustdesk_web
/
frontend
/
Dockerfile
6 lines
85 B
Docker
Raw
Blame
History
FROM
python:3.9
WORKDIR
/app
COPY
. .
RUN
pip install flask
CMD
[
"python"
,
"app.py"
]
Reference in New Issue
View Git Blame
Copy Permalink