Skip to content

Commit

Permalink
chore(turbo): added turbo to Cms Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kired01 committed Jun 9, 2024
1 parent e73d07b commit 5ce501c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ COPY --from=builder /app/out/json/ .
COPY --from=builder /app/out/yarn.lock ./yarn.lock
RUN yarn workspaces focus @turbo/cms --production
COPY --from=builder /app/out/full/ .
RUN yarn build
CMD ["yarn", "start"]
RUN yarn dlx [email protected] run build --filter=@turbo/cms...
ENTRYPOINT ["yarn", "dlx", "[email protected]", "run", "start", "--filter=@turbo/cms..."]
EXPOSE 1337

0 comments on commit 5ce501c

Please sign in to comment.