We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916f978 commit 8fc8556Copy full SHA for 8fc8556
Dockerfile
@@ -100,6 +100,7 @@ RUN yarn config set strict-ssl false && \
100
101
# copy home folder and make run scripts executable
102
COPY ./home/app/ /home/app/
103
+COPY ./root/.bashrc /root/
104
RUN find /home/app -name "run-*.sh" -exec chmod -v +x {} \;
105
106
# run the application
root/.bashrc
@@ -0,0 +1 @@
1
+source /home/app/.bashrc
0 commit comments