Commit 9936482a authored by protolambda's avatar protolambda

use bash login-style shell to activate nvm and source bashrc

parent 19c38c58
......@@ -113,3 +113,12 @@ RUN echo "downloading and verifying Codecov uploader" && \
chmod +x /usr/local/bin/codecov && \
rm codecov
# within docker use bash
SHELL [ "/bin/bash", "-c" ]
# set env to use bash
ENV SHELL=/bin/bash
ENV BASH=/bin/bash
ENTRYPOINT ["/bin/bash", "--login", "-eo", "pipefail", "-c"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment