add buildspec.yml file

This commit is contained in:
unknown 2023-08-18 20:22:51 -04:00
parent 35adc2fdee
commit d897dfb327

View file

@ -10,8 +10,8 @@ phases:
- REPOSITORY_URI=$AWS_ACC.dkr.ecr.$AWS_REGION.amazonaws.com
- uname -a
- java -version
- sudo dnf update -y
- sudo dnf install java-17-amazon-corretto-devel
- dnf update -y
- dnf install java-17-amazon-corretto-devel
- java -version
build:
commands: