5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/bash
|
|
|
|
cd AAIntegration.SimmonsBank.API/
|
|
docker build -t aaisb_test -f Dockerfile .
|
|
cd ../ |