Skip to content

Commit

Permalink
updating docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Dec 30, 2019
1 parent c716ff4 commit 832efde
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose/default/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose/with-mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
});
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 832efde

Please sign in to comment.