v0.1.21 Updated docker files to use amazoncorretto

This commit is contained in:
2023-04-17 09:44:23 -04:00
parent 312f87d91a
commit 7e87ca5030
4 changed files with 3 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ test:
docker run --rm -it siren:latest bash
up:
if [[ "$(docker images -q siren 2> /dev/null)" == "" ]]; then docker-compose build; fi; \
if [[ ! $$(docker images -q siren 2> /dev/null) ]]; then docker-compose build; fi; \
docker-compose up -d
down: