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:
parent
c716ff4ca7
commit
832efde081
@ -2,7 +2,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
container_name: production_nginx
|
container_name: nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||||
- ./nginx/error.log:/etc/nginx/error_log.log
|
- ./nginx/error.log:/etc/nginx/error_log.log
|
||||||
|
@ -13,7 +13,7 @@ services:
|
|||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
container_name: production_nginx
|
container_name: nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||||
- ./nginx/error.log:/etc/nginx/error_log.log
|
- ./nginx/error.log:/etc/nginx/error_log.log
|
||||||
|
@ -105,7 +105,7 @@ gulp.task('copy-static', function () {
|
|||||||
return gulp.src([
|
return gulp.src([
|
||||||
'src/backend/model/diagnostics/blank.jpg',
|
'src/backend/model/diagnostics/blank.jpg',
|
||||||
'README.md',
|
'README.md',
|
||||||
'package-lock.json',
|
// 'package-lock.json', should not add, it keeps optional packages optional even with --force-opt-packages.
|
||||||
'LICENSE'], {base: '.'})
|
'LICENSE'], {base: '.'})
|
||||||
.pipe(gulp.dest('./release'));
|
.pipe(gulp.dest('./release'));
|
||||||
});
|
});
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"jimp": "0.9.3",
|
"jimp": "0.9.3",
|
||||||
"locale": "0.1.0",
|
"locale": "0.1.0",
|
||||||
"reflect-metadata": "0.1.13",
|
"reflect-metadata": "0.1.13",
|
||||||
"rimraf": "^3.0.0",
|
"rimraf": "3.0.0",
|
||||||
"sqlite3": "4.1.1",
|
"sqlite3": "4.1.1",
|
||||||
"ts-exif-parser": "0.1.4",
|
"ts-exif-parser": "0.1.4",
|
||||||
"ts-node-iptc": "1.0.11",
|
"ts-node-iptc": "1.0.11",
|
||||||
@ -76,7 +76,7 @@
|
|||||||
"@types/image-size": "0.8.0",
|
"@types/image-size": "0.8.0",
|
||||||
"@types/jasmine": "3.5.0",
|
"@types/jasmine": "3.5.0",
|
||||||
"@types/node": "12.12.14",
|
"@types/node": "12.12.14",
|
||||||
"@types/rimraf": "^2.0.3",
|
"@types/rimraf": "2.0.3",
|
||||||
"@types/sharp": "0.23.1",
|
"@types/sharp": "0.23.1",
|
||||||
"@types/winston": "2.4.4",
|
"@types/winston": "2.4.4",
|
||||||
"@yaga/leaflet-ng2": "1.0.0",
|
"@yaga/leaflet-ng2": "1.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user