Updated makefile to not include docs in all
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominic Grimm 2022-02-25 12:56:09 +01:00
parent 4272ceb5ac
commit bb2e458ef0

View file

@ -16,7 +16,7 @@
.PHONY: all dev prod docs
all: docs prod
all: prod
dev:
docker-compose build --build-arg BUILD_ENV=development