An open API service indexing awesome lists of open source software.

https://github.com/webmasterdevlin/container-app-ocr


https://github.com/webmasterdevlin/container-app-ocr

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# OCR mock service
- This is a container for an azure container apps

## How to build and push a docker image
- start docker
- login to the azure container registry
```zsh
az acr login --name centauricr
```
- build the container
```zsh
docker build --platform linux/amd64 -t centauricr.azurecr.io/centauri-ocr:latest .
```
- push the image
```zsh
docker push centauricr.azurecr.io/centauri-ocr:latest
```