mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: add PS1
This commit is contained in:
parent
2d524a4974
commit
025b005e12
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ ENV cloudcmd_terminal=true
|
|||
ENV cloudcmd_terminal_path=gritty
|
||||
ENV cloudcmd_open=false
|
||||
ENV PATH=node_modules/.bin:$PATH
|
||||
ENV PS1='\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue