Commit a3adafdb authored by kalvin's avatar kalvin

Merge branch 'master' of git.quantgroup.cn:QA/qg-dockerfiles

parents 741cb193 2102475f
......@@ -26,7 +26,7 @@ RUN git clone http://192.168.3.60/QA/qg-xterm.git
WORKDIR /home/qg-xterm
RUN npm install
RUN npm run build
# RUN npm run build
# 安装forever
RUN npm install forever
......@@ -42,4 +42,5 @@ ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# alias
RUN echo "export PS1='\[\033[m\][\[\033[36m\]\u\[\033[m\]:\[\033[33;1m\]\w\[\033[m\]\[\033[m\]]\[\033[m\]# '" >> ~/.bash_profile
RUN echo "export LANG='en_US.UTF-8';alias 'la=ls -al';alias rm='rm -i';alias mv='mv -i';alias grep='grep --color';alias vi='vim';alias pg='ps -ef | grep -i'" >> ~/.bashrc
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment