mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
fix: docker: io: XDG_CONFIG_HOME
This commit is contained in:
parent
4315ec6179
commit
e7c55e05b8
1 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,8 @@ ENV cloudcmd_terminal=true \
|
|||
LC_ALL=en_US.UTF-8 \
|
||||
TERM=xterm-256color \
|
||||
XDG_CACHE_HOME=/tmp \
|
||||
XDG_DATA_HOME=/usr/local/share
|
||||
XDG_DATA_HOME=/usr/local/share \
|
||||
XDG_CONFIG_HOME=~/.config
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue