6 lines
160 B
Bash
Raw Permalink Normal View History

2024-04-10 13:15:46 -05:00
#!/bin/bash
cd AAIntegration.SimmonsBank.API/
name="activeallocator-integration-simmonsbank"
docker build -t $name:latest -t $name:1.0.0 -f Dockerfile .
2024-04-10 13:15:46 -05:00
cd ../