From 61845c4ce8681a6d5b5c5450037deac6bc91824d Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Thu, 20 Jun 2019 08:12:11 +0200 Subject: [PATCH] release fixes --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1c38f3b..d7f2c00 100644 --- a/Makefile +++ b/Makefile @@ -64,13 +64,12 @@ $(OUT_DIR)/mapserver-linux-arm: $(OUT_DIR) release: builder_image $(OUT_DIR) $(MOD_ZIP) # build all with the docker image sudo docker run --rm -it\ - -v $(shell pwd)/server/:/app\ + -v $(shell pwd):/app\ -v mapserver-volume:/root/go\ -w /app\ mapserver-builder\ make test jshint release-all VERSION=$(VERSION) # copy generated files to output dir - cp server/output/* $(OUT_DIR)/ builder_image: # build the docker image with all dependencies