mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Update BuildImage.sh
This commit is contained in:
parent
f1f34a9247
commit
5343d3acc2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
echo " *************************************** "
|
||||
echo " ********** Build Docker Image********** "
|
||||
echo " *************************************** "
|
||||
|
||||
sudo docker-compose -f docker-compose-buildimage.yml build --no-cache
|
||||
docker-compose -f docker-compose-buildimage.yml build --no-cache
|
||||
|
|
Loading…
Reference in a new issue