1
0
Fork 0

Set default SHELL for my env

pull/2/head
Ambrose Chua 2018-04-02 22:43:29 +08:00
parent f785f0a858
commit 1480f1397a
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ COPY . /usr/local/fm
RUN cd /usr/local/fm \
&& yarn install \
&& yarn cache clean
USER ambrose
ENV SHELL="zsh -l"
CMD ["node", "/usr/local/fm/index.js"]