add make target to show docker container logs

This commit is contained in:
Lexi / Zoe 2019-10-19 02:20:59 +02:00
parent a051784865
commit 2ed750537d
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 4 additions and 0 deletions

View File

@ -32,3 +32,7 @@ decrypt:
# Deploy on production using docker-compose # Deploy on production using docker-compose
deploy: deploy:
docker-compose -f $(DOCKER_COMPOSE_YML) up --build --detach docker-compose -f $(DOCKER_COMPOSE_YML) up --build --detach
# Show logs for running container
log-show:
docker-compose -f $(DOCKER_COMPOSE_YML) logs -f