We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d065e7 commit f2a35f1Copy full SHA for f2a35f1
Dockerfile
@@ -36,6 +36,9 @@ COPY user-entrypoint.sh /etc/X11/Xsession.d/97user-entrypoint
36
37
COPY initial-resource/ /var/initial-resource/
38
39
+COPY km-e0010412.ini /etc/xrdp/km-e0010412.ini
40
+RUN chmod 644 /etc/xrdp/km-e0010412.ini
41
+
42
# startup profile
43
RUN echo "TZ=Asia/Seoul" >> /etc/environment && \
44
echo "LANG=ko_KR.UTF-8" >> /etc/environment && \
0 commit comments