snikket-server/Makefile

7 lines
89 B
Makefile

.PHONY: all docker
all: docker
docker:
docker build -t snikket -f docker/Dockerfile .