Skip to content

Instantly share code, notes, and snippets.

@MicrexIT
Created April 21, 2020 13:08
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 MicrexIT/56910a44e45a48f78b9aecf1ae240abe to your computer and use it in GitHub Desktop.
Save MicrexIT/56910a44e45a48f78b9aecf1ae240abe to your computer and use it in GitHub Desktop.
Run Vapor Docker Image
docker build -t vapor-image .
docker run --name vapor-server -p 8080:8080 vapor-image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment