Add git pull to prod target

This commit is contained in:
Dave Gallant
2023-01-14 09:30:45 -05:00
parent b96eabe8a3
commit f7c076fcc5

View File

@@ -30,9 +30,10 @@ dev:
## prod: Run the latest images in docker compose
prod:
@git pull
@docker pull ghcr.io/davegallant/rfd-fyi-backend
@docker pull ghcr.io/davegallant/rfd-fyi-frontend
docker compose -f docker-compose.prod.yml up -d
@docker compose -f docker-compose.prod.yml up -d
.PHONY: up
## teardown: Teardown docker