Skip to content

Instantly share code, notes, and snippets.

@shmink
Created April 3, 2020 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shmink/b5b4ebae3ef423847d62aa3555a4a6fc to your computer and use it in GitHub Desktop.
Save shmink/b5b4ebae3ef423847d62aa3555a4a6fc to your computer and use it in GitHub Desktop.
Build and run docker
echo "Building..."
docker build -t my-app:latest .
echo "\nRunning..."
docker run --rm -it -p80:4000 my-app:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment