mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Port fixup
This commit is contained in:
parent
4fa1b394cb
commit
c0d1ac1fed
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ echo "---------------------------------------"
|
|||
echo "Running spring-petclinic container..."
|
||||
# Run the Docker image
|
||||
docker run -d --name spring-pertlinic \
|
||||
-p 80:8080 "$AWS_ACCOUNT_ID".dkr.ecr."$REGION".amazonaws.com/"$IMAGE_NAME"
|
||||
-p 8080:8080 "$AWS_ACCOUNT_ID".dkr.ecr."$REGION".amazonaws.com/"$IMAGE_NAME"
|
||||
|
||||
# Check if the docker run command was successful
|
||||
if [ \$? -eq 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue