dockerfiles/tor/Makefile

11 lines
194 B
Makefile
Raw Normal View History

2020-04-08 13:05:07 +02:00
USERNAME = rilla
IMG_NAME = tor
.PHONY: build build-nc
build: Dockerfile
docker build -t $(USERNAME)/$(IMG_NAME) .
build-nc: Dockerfile
docker build --no-cache -t $(USERNAME)/$(IMG_NAME) .