Browse Source

修改dockerfile

yangc 7 years ago
parent
commit
a18696592e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,4 +12,4 @@ RUN npm install -g n
 RUN n 8.10.0
 RUN yarn
 
-CMD [ "/app/run.sh" ]
+CMD [ "bash", "/app/run.sh" ]