Skip to content

Instantly share code, notes, and snippets.

@Piotr1215
Created November 9, 2020 16:12
Show Gist options
  • Save Piotr1215/edcaef537a14c35617e097bdd2b2c5bb to your computer and use it in GitHub Desktop.
Save Piotr1215/edcaef537a14c35617e097bdd2b2c5bb to your computer and use it in GitHub Desktop.
IMAGE?=piotrzan/blazorindocker
.PHONY: run
default: run
run:
docker run --rm -it -p 5010:80 -e ASPNETCORE_ENVIRONMENT=Development --name blazor-pwa $(IMAGE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment