6 lines
65 B
Makefile
6 lines
65 B
Makefile
|
build:
|
||
|
docker build -t zsh_chic_ansible:latest .
|
||
|
|
||
|
run:
|
||
|
ansible
|