Skip to content

Commit

Permalink
Merge pull request #612 from webkom/build-cli-in-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
danielyanghansen committed Sep 26, 2023
2 parents dd35ac3 + dc612e3 commit 9209eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . /app
# Build image
RUN yarn --ignore-scripts
ENV NODE_ENV production
RUN yarn build
RUN yarn build && yarn build:cli

FROM node:16-alpine

Expand Down

0 comments on commit 9209eb0

Please sign in to comment.