docker/Makefile: fix bash style.

This commit is contained in:
Pedro Gonçalves 2020-07-31 12:45:09 +01:00
parent ca8575fcb3
commit abe517027c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
TAG := glued
VERSION := 2020.07.24
VOLUME := $(CURDIR)/..
DNS := 8.8.8.8
DNS := 8.8.8.8
all:
docker build -t $(TAG):$(VERSION) .