Building proto messages in CI
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user