fixed npm dist subprocess problem

This commit is contained in:
Jan Prochazka
2022-03-24 09:00:51 +01:00
parent a3bc1e577a
commit 4c411b048d
7 changed files with 18 additions and 15 deletions

View File

@@ -3,8 +3,9 @@
version: "3"
services:
dbgate:
build: docker
# build: docker
# image: dbgate/dbgate:beta-alpine
image: dbgate/dbgate:alpine
# image: dbgate/dbgate:beta
restart: always
ports:
@@ -15,8 +16,8 @@ services:
volumes:
- dbgate-data:/root/dbgate-data
environment:
WEB_ROOT: /dbgate
# environment:
# WEB_ROOT: /dbgate
# CONNECTIONS: mssql
# LABEL_mssql: MS Sql
@@ -25,11 +26,11 @@ services:
# PORT_mssql: 1433
# PASSWORD_mssql: Pwd2020Db
# ENGINE_mssql: mssql@dbgate-plugin-mssql
proxy:
# image: nginx
build: test/nginx
ports:
- 8082:80
# proxy:
# # image: nginx
# build: test/nginx
# ports:
# - 8082:80
# volumes:
# - /home/jena/test/chinook:/mnt/sqt