1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

chore(dev-build): custom portainer data folder

This commit is contained in:
Chaim Lev-Ari 2020-12-27 11:48:53 +02:00
parent ac7d819620
commit 78661b50ca

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, {