修复被外层.dockerignore 影响的问题

This commit is contained in:
dushixiang 2021-11-15 15:26:17 +08:00
parent 941c7a673c
commit 1306c9dcd7
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
.* .*
data data
guacd
logs logs
playground playground
web/node_modules/ web/node_modules/

View File

@ -12,7 +12,7 @@ sqlite:
server: server:
addr: 0.0.0.0:8088 addr: 0.0.0.0:8088
guacd: guacd:
hostname: 172.16.101.32 hostname: 127.0.0.1
port: 4822 port: 4822
# 此路径需要为绝对路径并且next-terminal和guacd都能访问到 # 此路径需要为绝对路径并且next-terminal和guacd都能访问到
recording: 'data/recording' recording: 'data/recording'

View File

@ -2,7 +2,7 @@ FROM dushixiang/guacamole-server:1.3.0
LABEL MAINTAINER="helloworld1024@foxmail.com" LABEL MAINTAINER="helloworld1024@foxmail.com"
COPY ./fonts/Menlo-Regular.ttf /usr/share/fonts/ COPY ./guacd/fonts/Menlo-Regular.ttf /usr/share/fonts/
COPY ./fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/ COPY ./guacd/fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/
RUN mkfontscale && mkfontdir && fc-cache RUN mkfontscale && mkfontdir && fc-cache