Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 262 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 262 Bytes

ATP-Server

Server code for ATP Consulting

Deploying

az acr login --name atpappserver docker buildx build --platform linux/amd64 -t atp_server . docker tag atp_server atpappserver.azurecr.io/webapp:latest docker push atpappserver.azurecr.io/webapp:latest