Skip to content
Snippets Groups Projects
Commit 75a052ad authored by SimCAQ-Homologa's avatar SimCAQ-Homologa
Browse files

update config for docker

parent df817030
Branches
Tags
1 merge request!309Merge new updates into master
Pipeline #25167 failed
......@@ -22,4 +22,4 @@ RUN gulp build
EXPOSE 3000
CMD gulp
CMD NODE_ENV=production gulp
......@@ -111,7 +111,7 @@ gulp.task('run', () => {
tasks: ['watch'],
ignore: ["test/test.js", "gulpfile.babel.js"],
ext: 'js html json',
env: { 'NODE_ENV': 'development' }
env: { 'NODE_ENV': process.env.NODE_ENV }
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment