Skip to content

Commit

Permalink
fix: Dockerfile for copying handlebars up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Mar 19, 2024
1 parent aed143c commit 8622846
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 530 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ COPY package-lock.json package-lock.json

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

EXPOSE 50051

Expand Down
Loading

0 comments on commit 8622846

Please sign in to comment.