Files
docker-compose/dante/Makefile
2023-01-06 10:20:48 +00:00

8 lines
99 B
Makefile

all: build
build:
@docker build --tag=dante .
no-cache:
@docker build --no-cache --tag=dante .