chore(dev-build): custom portainer data folder

pull/4668/head
Chaim Lev-Ari 2020-12-27 11:48:53 +02:00
parent ac7d819620
commit 78661b50ca
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const webpackProdConfig = require('./webpack/webpack.production');
var arch = os.arch();
if (arch === 'x64') arch = 'amd64';
var portainer_data = '/tmp/portainer';
var portainer_data = '${PORTAINER_DATA:-/tmp/portainer}';
module.exports = function (grunt) {
loadGruntTasks(grunt, {