@@ -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" ]