Skip to content

Commit 508cb9a

Browse files
fix: update scone version in dapp deployment
1 parent e643b54 commit 508cb9a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
/etc/resolv.conf
7070
binary-fs: true
7171
fs-dir: /app
72-
heap: 16G
72+
heap: 2G
7373
dlopen: 1
7474
mprotect: 1
7575
secrets:

dapp/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
FROM node:20-alpine3.22
2+
3+
ENV NODE_OPTIONS="--disable-wasm-trap-handler"
4+
25
WORKDIR /app
36
COPY package*.json ./
47
RUN npm ci --production

0 commit comments

Comments
 (0)