1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

fix: novnc language (#174)

This commit is contained in:
Doro Wu
2020-04-24 15:00:01 +08:00
parent 65235ce5c0
commit 44dc8bb18b
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -99,6 +99,7 @@ COPY web /src/web
RUN cd /src/web \
&& yarn \
&& yarn build
RUN sed -i 's#app/locale/#novnc/app/locale/#' /src/web/dist/static/novnc/app/ui.js