You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run source setup.sh whenever a bash terminal is opened in vscode (setup.sh is also run after volumes are mounted as the entrypoint in docker-compose)
RUN echo "source setup.sh && clear" > /home/vscode/.bashrc
# This copy line may or may not be necessary for the docker-compose entrypoint to work