© 2026 Hedgehog Software, LLC
- name: Build docker image run: |- docker build -t "api:latest" . - name: Deploy docker image run: |- docker run --name api -d -p 5000:5000