https://github.com/theinfinity007/containerized-web-app-with-azure
https://github.com/theinfinity007/containerized-web-app-with-azure
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theinfinity007/containerized-web-app-with-azure
- Owner: TheInfinity007
- Created: 2022-01-04T09:38:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T10:25:27.000Z (over 4 years ago)
- Last Synced: 2025-02-22T20:47:40.176Z (over 1 year ago)
- Language: JavaScript
- Size: 582 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Containerized-Web-app-with-Azure
##### Command to build the docker image in registry from the local code
Run the below command in the same directory as of Dockerfile
`
az acr build --file Dockerfile --registry myregistry --image myimage .
`
Reference: [Microsoft Learning](https://docs.microsoft.com/en-us/learn/modules/deploy-run-container-app-service/2-build-store-images)