Created
November 9, 2020 16:12
-
-
Save Piotr1215/edcaef537a14c35617e097bdd2b2c5bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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