mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-05 23:03:39 +00:00
Add publish-containers workflow
This commit is contained in:
9
Makefile
9
Makefile
@@ -23,11 +23,16 @@ frontend:
|
||||
@npx vue-cli-service serve
|
||||
.PHONY: server
|
||||
|
||||
## up: Build and run in docker compose
|
||||
up:
|
||||
## dev: Build and run in docker compose
|
||||
dev:
|
||||
docker compose up --build -d
|
||||
.PHONY: up
|
||||
|
||||
## prod: Run the latest images in docker compose
|
||||
prod:
|
||||
docker compose -f docker-compose.prod.yml up -d
|
||||
.PHONY: up
|
||||
|
||||
## teardown: Teardown docker
|
||||
teardown:
|
||||
docker compose down
|
||||
|
Reference in New Issue
Block a user