From 93b1c5e1b3117dbc3502d07e6d9794998fbc44cc Mon Sep 17 00:00:00 2001 From: imnyang Date: Tue, 20 May 2025 06:27:10 +0900 Subject: [PATCH] =?UTF-8?q?--sourcemap=EC=9D=84=20=ED=86=B5=ED=95=B4=20?= =?UTF-8?q?=EC=B6=A9=EB=8F=8C=20=ED=95=B4=EA=B2=B0=EB=A5=A0=EC=9D=84=20?= =?UTF-8?q?=EB=86=92=EC=9E=84=20--bytecode=EB=A5=BC=20=EB=8F=84=EC=9E=85?= =?UTF-8?q?=ED=95=98=EB=A0=A4=EA=B3=A0=20=ED=95=98=EC=98=80=EC=A7=80?= =?UTF-8?q?=EB=A7=8C=20=EC=97=AC=EB=9F=AC=20=EC=98=A4=EB=A5=98=20=EB=B0=9C?= =?UTF-8?q?=EC=83=9D=EC=9C=BC=EB=A1=9C=20=ED=95=98=EC=A7=80=20=EB=AA=BB?= =?UTF-8?q?=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ac6d52..9b4e37a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN mkdir -p /code/app/temp RUN bun install # Build the project -RUN bun build index.ts --compile --minify --outfile ./run +RUN bun build index.ts --compile --minify --sourcemap --target bun --outfile ./run FROM oven/bun:alpine AS runner LABEL maintainer="@imnya"