5 lines
56 B
Makefile
5 lines
56 B
Makefile
|
TAG=mapserver-builder
|
||
|
|
||
|
build:
|
||
|
docker build . -t $(TAG)
|