Skip to content
Snippets Groups Projects
Commit 47581412 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Update maxmind bind location in makefile command used for prod build

parent a613a2f6
No related branches found
No related tags found
1 merge request!26Remove wildcard flags not present in busybox that crash the MM import
......@@ -11,7 +11,7 @@ dirty-package:;
production-build:;
yarn install --frozen-lockfile
yarn run generate-json-schema
mvn compile package
mvn compile package -Declipse.maxmind.root=${PWD}/maxmind
headless-docker: package;
docker-compose down
docker-compose build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment