Skip to content

Commit d506a40

Browse files
authored
Merge pull request #1 from sourceboat/feature/root_bashrc
source .bashrc as root user
2 parents 916f978 + 8fc8556 commit d506a40

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ RUN yarn config set strict-ssl false && \
100100

101101
# copy home folder and make run scripts executable
102102
COPY ./home/app/ /home/app/
103+
COPY ./root/.bashrc /root/
103104
RUN find /home/app -name "run-*.sh" -exec chmod -v +x {} \;
104105

105106
# run the application

root/.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
source /home/app/.bashrc

0 commit comments

Comments
 (0)