mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13:39 +00:00
Docker pull latest for prod target
This commit is contained in:
2
Makefile
2
Makefile
@@ -30,6 +30,8 @@ dev:
|
|||||||
|
|
||||||
## prod: Run the latest images in docker compose
|
## prod: Run the latest images in docker compose
|
||||||
prod:
|
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
|
docker compose -f docker-compose.prod.yml up -d
|
||||||
.PHONY: up
|
.PHONY: up
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user