Skip to content

Commit bcd23c3

Browse files
committed
changed swc path in prod Dockerfile
1 parent 9f44d34 commit bcd23c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN ijsinstall --install=global
3333

3434
## TypeScript compiler
3535
RUN npm install -g @swc/cli @swc/core
36-
COPY .ts.swcrc /root/.ts.swcrc
36+
COPY .ts.swcrc $SERVER_PATH/.ts.swcrc
3737

3838
# Deno Kernel
3939
COPY --from=denoland/deno:bin-2.0.4 /deno /usr/bin/deno

0 commit comments

Comments
 (0)