Skip to content

Commit 1704988

Browse files
author
Gerald Baulig
committed
fix(hieraricalscope): ignore missing action or resorce in HR Scope for more expectable behaviour
1 parent 87da03a commit 1704988

File tree

4 files changed

+688
-15
lines changed

4 files changed

+688
-15
lines changed

Dockerfile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ USER node
66
ARG APP_HOME=/home/node/srv
77
WORKDIR $APP_HOME
88

9-
COPY package.json package.json
10-
COPY package-lock.json package-lock.json
11-
12-
RUN npm ci
13-
149
COPY --chown=node:node . .
10+
RUN npm ci
1511

1612
RUN npm run build
1713

@@ -25,8 +21,8 @@ USER node
2521
ARG APP_HOME=/home/node/srv
2622
WORKDIR $APP_HOME
2723

28-
COPY --chown=node:node ./cfg $APP_HOME/cfg
29-
COPY --chown=node:node --from=build $APP_HOME/lib $APP_HOME/lib
24+
COPY --chown=node:node ./cfg $APP_HOME/cfg/
25+
COPY --chown=node:node --from=build $APP_HOME/lib/ $APP_HOME/lib/
3026

3127
EXPOSE 50051
3228

0 commit comments

Comments
 (0)