Skip to content

Commit 4c039fd

Browse files
Merge branch 'develop' into fix/meta-cloud-api-chatbot
2 parents cb4a14d + 138ff23 commit 4c039fd

File tree

33 files changed

+2015
-325
lines changed

33 files changed

+2015
-325
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ WORKDIR /evolution
1212
COPY ./package*.json ./
1313
COPY ./tsconfig.json ./
1414
COPY ./tsup.config.ts ./
15+
COPY ./patches ./patches
1516

1617
RUN npm ci --silent
1718

19+
RUN npx patch-package
20+
1821
COPY ./src ./src
1922
COPY ./public ./public
2023
COPY ./prisma ./prisma
@@ -28,7 +31,7 @@ RUN chmod +x ./Docker/scripts/* && dos2unix ./Docker/scripts/*
2831

2932
RUN ./Docker/scripts/generate_database.sh
3033

31-
RUN npm run build
34+
RUN NODE_OPTIONS="--max-old-space-size=2048" npm run build
3235

3336
FROM node:24-alpine AS final
3437

env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ SQS_ACCESS_KEY_ID=
166166
SQS_SECRET_ACCESS_KEY=
167167
SQS_ACCOUNT_ID=
168168
SQS_REGION=
169+
SQS_BASE_URL=
169170
SQS_MAX_PAYLOAD_SIZE=1048576
170171

171172
# ===========================================

0 commit comments

Comments
 (0)