1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

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

View File

@ -2,7 +2,7 @@ version: '3'
services:
nginx:
image: nginx:latest
container_name: production_nginx
container_name: nginx
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./nginx/error.log:/etc/nginx/error_log.log

View File

@ -13,7 +13,7 @@ services:
nginx:
image: nginx:latest
container_name: production_nginx
container_name: nginx
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./nginx/error.log:/etc/nginx/error_log.log

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'));
});

View File

@ -39,7 +39,7 @@
"jimp": "0.9.3",
"locale": "0.1.0",
"reflect-metadata": "0.1.13",
"rimraf": "^3.0.0",
"rimraf": "3.0.0",
"sqlite3": "4.1.1",
"ts-exif-parser": "0.1.4",
"ts-node-iptc": "1.0.11",
@ -76,7 +76,7 @@
"@types/image-size": "0.8.0",
"@types/jasmine": "3.5.0",
"@types/node": "12.12.14",
"@types/rimraf": "^2.0.3",
"@types/rimraf": "2.0.3",
"@types/sharp": "0.23.1",
"@types/winston": "2.4.4",
"@yaga/leaflet-ng2": "1.0.0",