Skip to content

Commit

Permalink
fix(acs): support obligations and custom query (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Apr 25, 2024
1 parent ab3458f commit 3d30354
Show file tree
Hide file tree
Showing 7 changed files with 1,719 additions and 3,191 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ARG APP_HOME=/home/node/srv
WORKDIR $APP_HOME

COPY --chown=node:node ./cfg $APP_HOME/cfg
COPY --chown=node:node ./queries $APP_HOME/queries
COPY --chown=node:node --from=build $APP_HOME/lib $APP_HOME/lib

EXPOSE 50051
Expand Down
Loading

0 comments on commit 3d30354

Please sign in to comment.