Fixing pusher build

This commit is contained in:
David Négrier 2021-12-17 10:18:31 +01:00
parent b33c74da3a
commit 404404d2bf
1 changed files with 1 additions and 1 deletions

View File

@ -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