修复被外层.dockerignore 影响的问题
This commit is contained in:
parent
941c7a673c
commit
1306c9dcd7
@ -1,6 +1,5 @@
|
||||
.*
|
||||
data
|
||||
guacd
|
||||
logs
|
||||
playground
|
||||
web/node_modules/
|
||||
|
@ -12,7 +12,7 @@ sqlite:
|
||||
server:
|
||||
addr: 0.0.0.0:8088
|
||||
guacd:
|
||||
hostname: 172.16.101.32
|
||||
hostname: 127.0.0.1
|
||||
port: 4822
|
||||
# 此路径需要为绝对路径,并且next-terminal和guacd都能访问到
|
||||
recording: 'data/recording'
|
||||
|
@ -2,7 +2,7 @@ FROM dushixiang/guacamole-server:1.3.0
|
||||
|
||||
LABEL MAINTAINER="helloworld1024@foxmail.com"
|
||||
|
||||
COPY ./fonts/Menlo-Regular.ttf /usr/share/fonts/
|
||||
COPY ./fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/
|
||||
COPY ./guacd/fonts/Menlo-Regular.ttf /usr/share/fonts/
|
||||
COPY ./guacd/fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/
|
||||
|
||||
RUN mkfontscale && mkfontdir && fc-cache
|
Loading…
Reference in New Issue
Block a user