Fix Continuous Deployment script after adding twenty-emails package (#3589)
* Fix cd * Fix server * Fix server * Fix server * Fix server * Fix * Fix docs * Fix
This commit is contained in:
@ -11,11 +11,15 @@ COPY ./yarn.lock .
|
||||
COPY ./.yarnrc.yml .
|
||||
COPY ./.yarn/releases /app/.yarn/releases
|
||||
COPY ./tools/eslint-rules /app/tools/eslint-rules
|
||||
COPY ./packages/twenty-front /app/packages/twenty-front
|
||||
COPY ./packages/twenty-emails /app/packages/twenty-emails
|
||||
COPY ./packages/twenty-front/package.json /app/packages/twenty-front/package.json
|
||||
|
||||
RUN yarn
|
||||
|
||||
COPY ./packages/twenty-front /app/packages/twenty-front
|
||||
RUN yarn nx build twenty-front
|
||||
|
||||
|
||||
FROM node:18.17.1-alpine as twenty-front
|
||||
|
||||
WORKDIR /app/packages/twenty-front
|
||||
|
||||
Reference in New Issue
Block a user