updating docker build

This commit is contained in:
Patrik J. Braun
2019-12-30 20:48:25 +01:00
parent c716ff4ca7
commit 832efde081
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ gulp.task('copy-static', function () {
return gulp.src([
'src/backend/model/diagnostics/blank.jpg',
'README.md',
'package-lock.json',
// 'package-lock.json', should not add, it keeps optional packages optional even with --force-opt-packages.
'LICENSE'], {base: '.'})
.pipe(gulp.dest('./release'));
});