Building proto messages in CI
This commit is contained in:
parent
398ca1760b
commit
d3116c7400
3 changed files with 10 additions and 2 deletions
|
@ -3,7 +3,7 @@ FROM thecodingmachine/nodejs:12
|
|||
COPY --chown=docker:docker back .
|
||||
COPY --chown=docker:docker messages ../messages
|
||||
RUN yarn install
|
||||
RUN cd /usr/src/messages && yarn install
|
||||
RUN cd /usr/src/messages && yarn install && yarn proto
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue