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