mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
10 lines
99 B
Makefile
10 lines
99 B
Makefile
.POSIX:
|
|
|
|
default: build run
|
|
|
|
build:
|
|
docker-compose build
|
|
|
|
run:
|
|
docker-compose run --rm tools zsh
|