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