mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 06:47:01 +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
|