Docker pull latest for prod target

This commit is contained in:
Dave Gallant
2023-01-07 19:54:21 -05:00
parent 2ecfcdee83
commit eafead6ac6

View File

@@ -30,6 +30,8 @@ dev:
## prod: Run the latest images in docker compose
prod:
@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
.PHONY: up