Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
copy identity package as part of notifications (#2061)
Browse files Browse the repository at this point in the history
* copy identity package as part of notifications

* typo

* typo 2
  • Loading branch information
wanderingstan authored Apr 17, 2019
1 parent e3f0e81 commit f17e517
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devops/dockerfiles/origin-notifications
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN mv envkey-source /usr/local/bin

COPY ./infra/notifications /app

# identity required for the db model
COPY ./infra/identity /app

RUN npm install --loglevel notice

CMD eval $(envkey-source) && \
Expand Down

0 comments on commit f17e517

Please sign in to comment.