chore(Dockerfile): add Dockerfile for rdp
This commit is contained in:
parent
aa2cfe78d0
commit
b5f18c8fc2
11
Dockerfile.rdp
Normal file
11
Dockerfile.rdp
Normal file
@ -0,0 +1,11 @@
|
||||
FROM debian:slim
|
||||
|
||||
EXPOSE 9250
|
||||
|
||||
COPY build/axum-websockify /srv/
|
||||
|
||||
COPY build/rdp /srv/
|
||||
|
||||
RUN chmod a+x /srv/axum-websockify
|
||||
|
||||
ENTRYPOINT ["/srv/axum-websockify", "--web", "/srv/rdp", "0.0.0.0:9250"]
|
Loading…
Reference in New Issue
Block a user