Embrace nx monorepo structure with root package.json (#3255)
* Upgrade to node 18.17.1 and regroup dependencies in root package.json * Sort package.json * Fix lint * Migrate zapier
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM node:18.16-bullseye as twenty-dev
|
||||
FROM node:18.17.1-bullseye as twenty-dev
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM node:18.16.0-alpine as twenty-docs-build
|
||||
FROM node:18.17.1-alpine as twenty-docs-build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@ -16,7 +16,7 @@ RUN yarn nx build twenty-docs
|
||||
|
||||
CMD ["tail", "-f", "/dev/null"]
|
||||
|
||||
FROM node:18.16.0-alpine as twenty-docs
|
||||
FROM node:18.17.1-alpine as twenty-docs
|
||||
|
||||
WORKDIR /app/packages/twenty-docs
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM node:18.16.0-alpine as twenty-front-build
|
||||
FROM node:18.17.1-alpine as twenty-front-build
|
||||
|
||||
ARG REACT_APP_SERVER_BASE_URL
|
||||
ARG REACT_APP_SERVER_AUTH_URL
|
||||
@ -16,7 +16,7 @@ COPY ./packages/twenty-front /app/packages/twenty-front
|
||||
RUN yarn
|
||||
RUN yarn nx build twenty-front
|
||||
|
||||
FROM node:18.16.0-alpine as twenty-front
|
||||
FROM node:18.17.1-alpine as twenty-front
|
||||
|
||||
WORKDIR /app/packages/twenty-front
|
||||
|
||||
|
||||
Reference in New Issue
Block a user