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"