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

@ -14,4 +14,6 @@ RUN cd /usr/local/fm \
USER ambrose
ENV SHELL="zsh -l"
CMD ["node", "/usr/local/fm/index.js"]