Skip to content

Instantly share code, notes, and snippets.

@MoimHossain
Last active June 22, 2019 16:41
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 MoimHossain/451f994a9a43d0a7fb619f1251139341 to your computer and use it in GitHub Desktop.
Save MoimHossain/451f994a9a43d0a7fb619f1251139341 to your computer and use it in GitHub Desktop.
docker build
-f Blazor.Dockerfile
--build-arg StorageAccountName=<Storage-Account-Name>
--build-arg AppID=<APP GUID>
--build-arg AppSecret=<PASSWORD>
--build-arg TenantID=<Azure AD TENANT ID>
-t blazor-app .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment