Skip to content

Commit d33ebe3

Browse files
fix: sconify command
1 parent 8b426af commit d33ebe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
docker-registry: docker.io
6464
sconify-version: '5.9.0-v15'
6565
binary: /usr/local/bin/node
66-
command: 'node /app/src/app.js --disable-wasm-trap-handler'
66+
command: node
6767
host-path: |
6868
/etc/hosts
6969
/etc/resolv.conf

.github/workflows/dapp-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
docker-registry: docker.io
4545
sconify-version: '5.9.0-v15'
4646
binary: /usr/local/bin/node
47-
command: 'node /app/src/app.js --disable-wasm-trap-handler'
47+
command: node
4848
host-path: |
4949
/etc/hosts
5050
/etc/resolv.conf

0 commit comments

Comments
 (0)