startnb.sh 162 B

12345678
  1. # run this script at the shell prompt using the source command as in
  2. # source ./startnb.sh
  3. #
  4. #
  5. . ~/projects/amapi/venv/bin/activate
  6. docker-compose up -d
  7. code