Fixing pusher build
This commit is contained in:
parent
b33c74da3a
commit
404404d2bf
@ -11,7 +11,7 @@ COPY pusher/yarn.lock pusher/package.json ./
|
||||
RUN yarn install
|
||||
COPY pusher .
|
||||
COPY --from=builder /usr/src/generated src/Messages/generated
|
||||
COPY --from=builder /usr/src/JsonMessages /var/www/html/src/Messages/JsonMessages
|
||||
COPY --from=builder /usr/src/JsonMessages src/Messages/JsonMessages
|
||||
ENV NODE_ENV=production
|
||||
RUN yarn run tsc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user