Skip to content

Commit 853419b

Browse files
committed
removed ts compiler from dockerfile
1 parent 589e3ca commit 853419b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

template/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ RUN R -e "IRkernel::installspec(user = FALSE, name = 'r', displayname = 'R')"
3131
RUN npm install -g --unsafe-perm git+https://github.com/e2b-dev/ijavascript.git
3232
RUN ijsinstall --install=global
3333

34-
## TypeScript compiler
35-
RUN npm install -g @swc/cli @swc/core
36-
COPY .ts.swcrc $SERVER_PATH/.ts.swcrc
37-
3834
# Deno Kernel
3935
COPY --from=denoland/deno:bin-2.0.4 /deno /usr/bin/deno
4036
RUN chmod +x /usr/bin/deno

0 commit comments

Comments
 (0)