run_dev.sh 286 B

1234
  1. #!/bin/sh
  2. # The --publish argument first takes the local port and then the container port
  3. # The -v argument first takes the local directory and then the container directory name
  4. docker run -v `pwd`/serve:/srv/algernon -v `pwd`/config:/etc/algernon --rm --publish 3000:3000 algernon_dev