Browse Source

Update 'Makefile'

pull/5/head
fedy95 4 years ago
parent
commit
09e22c2645
  1. 4
      Makefile

4
Makefile

@ -2,9 +2,9 @@ MAKEFLAGS += --silent
.PHONY: *
LOCAL_REPOSITORY=fedy95/baseimage:autossl
JSONLINT_TAG=latest
TAG=latest
build:
docker build -t ${LOCAL_REPOSITORY}-${JSONLINT_TAG} .
docker build -t ${LOCAL_REPOSITORY}-${TAG} .
.DEFAULT_GOAL := build