mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Merge branch 'master' of github.com:Dragory/ZeppelinBot
This commit is contained in:
commit
09b6d43a5c
2 changed files with 1 additions and 2 deletions
|
@ -353,6 +353,7 @@ const baseValues = {
|
|||
return [...args].join("");
|
||||
},
|
||||
concatArr(arr, separator = "") {
|
||||
if (!Array.isArray(arr)) return "";
|
||||
return arr.join(separator);
|
||||
},
|
||||
eq(...args) {
|
||||
|
|
|
@ -4,6 +4,4 @@ USER node
|
|||
COPY --chown=node:node . /zeppelin
|
||||
|
||||
WORKDIR /zeppelin/backend
|
||||
RUN ls -lah
|
||||
RUN pwd
|
||||
RUN npm ci && npm run build
|
||||
|
|
Loading…
Add table
Reference in a new issue