Update Dockerfile

This commit is contained in:
Namhyeon Go 2021-12-31 02:08:47 +09:00 committed by GitHub
parent 9cb24053fe
commit 8a92b4f1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
6.1/Dockerfile generated
View File

@ -194,6 +194,7 @@ STOPSIGNAL SIGHUP
EXPOSE 22
EXPOSE 5900
#EXPOSE 3389 # Windows
COPY start-qemu /usr/local/bin/
CMD ["start-qemu"]