Skip to content

Commit 3d30354

Browse files
author
Gerald Baulig
committed
fix(acs): support obligations and custom query (experimental)
1 parent ab3458f commit 3d30354

File tree

7 files changed

+1719
-3191
lines changed

7 files changed

+1719
-3191
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ARG APP_HOME=/home/node/srv
2222
WORKDIR $APP_HOME
2323

2424
COPY --chown=node:node ./cfg $APP_HOME/cfg
25+
COPY --chown=node:node ./queries $APP_HOME/queries
2526
COPY --chown=node:node --from=build $APP_HOME/lib $APP_HOME/lib
2627

2728
EXPOSE 50051

0 commit comments

Comments
 (0)