Skip to content

Commit

Permalink
Use bash as default shell in Dockerfile
Browse files Browse the repository at this point in the history
Fixes: #831

Signed-off-by: Antoine Tremblay <antoine.tremblay@ericsson.com>
  • Loading branch information
Antoine Tremblay authored and Antoine Tremblay committed Nov 14, 2017
1 parent 843278a commit 2c8b92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/browser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ RUN git clone --depth 1 https://github.com/theia-ide/theia && \
yarn
EXPOSE 3000
WORKDIR /home/theia/theia/examples/browser
ENV SHELL /bin/bash
CMD yarn run start --hostname 0.0.0.0

0 comments on commit 2c8b92f

Please sign in to comment.