Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Add SHELL environment variable into theia-ide dockerfile (#575)
Browse files Browse the repository at this point in the history
Signed-off-by: svor <vsvydenk@redhat.com>
  • Loading branch information
svor committed Dec 4, 2019
1 parent a0776aa commit b6c7274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/theia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ RUN find production -exec sh -c "chgrp 0 {}; chmod g+rwX {}" \; 2>log.txt

ENV USE_LOCAL_GIT=true \
HOME=/home/theia \
SHELL=/bin/bash \
THEIA_DEFAULT_PLUGINS=local-dir:///default-theia-plugins \
# Specify the directory of git (avoid to search at init of Theia)
LOCAL_GIT_DIRECTORY=/usr \
Expand Down

0 comments on commit b6c7274

Please sign in to comment.