Skip to content

Commit

Permalink
revert: isolated vm
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledmashaly committed Aug 28, 2023
1 parent 08a2f16 commit 0942f70
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 267 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ RUN npm i -g pnpm@7.28.0
RUN pnpm store add \
@tsconfig/node18@1.0.0 \
@types/node@18.17.1 \
typescript@4.8.4 \
isolated-vm@4.6.0
typescript@4.8.4
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### STAGE 1: Build ###
FROM activepieces/ap-base:6 AS build
FROM activepieces/ap-base:7 AS build

# Set up backend
WORKDIR /usr/src/app
Expand All @@ -14,7 +14,7 @@ RUN cd dist/packages/backend && \
npm install --production

### STAGE 2: Run ###
FROM activepieces/ap-base:6 AS run
FROM activepieces/ap-base:7 AS run

# Set up backend
WORKDIR /usr/src/app
Expand Down
3 changes: 1 addition & 2 deletions ap-base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ RUN npm i -g \
RUN pnpm store add \
@tsconfig/node18@1.0.0 \
@types/node@18.17.1 \
typescript@4.8.4 \
isolated-vm@4.6.0
typescript@4.8.4
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: '3.0'

services:
app:
image: activepieces/ap-base:4
image: activepieces/ap-base:7
container_name: ap
environment:
AP_DB_TYPE: POSTGRES
Expand Down
223 changes: 4 additions & 219 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"http-status-codes": "^2.2.0",
"ioredis": "^5.2.5",
"is-base64": "^1.1.0",
"isolated-vm": "^4.6.0",
"jshint": "^2.13.6",
"json2xml": "^0.1.3",
"jsonlint-mod": "^1.7.6",
Expand Down

0 comments on commit 0942f70

Please sign in to comment.