6 lines
160 B
Bash
6 lines
160 B
Bash
#!/bin/bash
|
|
|
|
cd AAIntegration.SimmonsBank.API/
|
|
name="activeallocator-integration-simmonsbank"
|
|
docker build -t $name:latest -t $name:1.0.0 -f Dockerfile .
|
|
cd ../ |