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.
2 parents 916f978 + 8fc8556 commit d506a40Copy full SHA for d506a40
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