Skip to content

Commit 8fc8556

Browse files
committed
source .bashrc as route user
1 parent 916f978 commit 8fc8556

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)