Skip to content

Commit

Permalink
add mongosh alias to bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
NielMc committed Apr 3, 2023
1 parent 815c7a0 commit 271ff95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN set -ex \

RUN echo 'alias python=python3' >> ~/.bashrc && \
echo 'export PIP_USER=yes' >> ~/.bashrc && \
echo 'alias pip=pip3' >> ~/.bashrc
echo 'alias pip=pip3' >> ~/.bashrc \
echo 'alias mongosh=mongo' >> ~/.bashrc

COPY ./build-assets/heroku_config.sh /home/$USERNAME/.theia/heroku_config.sh
RUN echo 'alias heroku_config=". $HOME/.theia/heroku_config.sh"' >> ~/.bashrc
Expand Down

0 comments on commit 271ff95

Please sign in to comment.