docker use npm i
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -4,7 +4,7 @@ ENV NODE_ENV=production
|
|||||||
ENV ORIGIN=https://tatort-dev.innovation-hub-niedersachsen.de
|
ENV ORIGIN=https://tatort-dev.innovation-hub-niedersachsen.de
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm ci
|
RUN npm i
|
||||||
COPY . ./
|
COPY . ./
|
||||||
COPY config_dev.json ./config.json
|
COPY config_dev.json ./config.json
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|||||||
17
config.json
Normal file
17
config.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"minio": {
|
||||||
|
"endPoint": "sws3.innovation-hub-niedersachsen.de",
|
||||||
|
"port": 443,
|
||||||
|
"useSSL": true,
|
||||||
|
"accessKey": "wjpKrmaqXra99rX3D61H",
|
||||||
|
"secretKey": "fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u"
|
||||||
|
},
|
||||||
|
"jwt": {
|
||||||
|
"secret": "@S2!q@@wXz$dCQ8JoVsHLpzaJ6JCfB",
|
||||||
|
"expiresIn": 3600
|
||||||
|
},
|
||||||
|
"auth": {
|
||||||
|
"admin": { "password": "A-InnoHUB_2025!", "admin": true },
|
||||||
|
"user": { "password": "U-InnoHUB_2025!", "admin": false }
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user