add buildspec.yml file

This commit is contained in:
unknown 2023-08-18 22:21:10 -04:00
parent c005029bc5
commit cfedd6ba06

View file

@ -12,7 +12,7 @@ phases:
- java -version
build:
commands:
- echo Build started on `date`
- echo Build startedd on `date`
- mvn package
- docker build . -t $REPOSITORY_URI/${REPO}:latest
- echo Build completed on `date`