We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f44d34 commit bcd23c3Copy full SHA for bcd23c3
template/Dockerfile
@@ -33,7 +33,7 @@ RUN ijsinstall --install=global
33
34
## TypeScript compiler
35
RUN npm install -g @swc/cli @swc/core
36
-COPY .ts.swcrc /root/.ts.swcrc
+COPY .ts.swcrc $SERVER_PATH/.ts.swcrc
37
38
# Deno Kernel
39
COPY --from=denoland/deno:bin-2.0.4 /deno /usr/bin/deno
0 commit comments