This commit is contained in:
imnyang 2025-05-20 06:11:20 +09:00
commit cfde5855c0

View file

@ -1,4 +1,4 @@
FROM oven/bun:alpine as build
FROM oven/bun:alpine AS build
LABEL maintainer="@imnya"
# Set the working directory
@ -16,7 +16,7 @@ RUN bun install
# Build the project
RUN bun build index.ts --compile --minify --outfile ./run
FROM oven/bun:alpine as runner
FROM oven/bun:alpine AS runner
LABEL maintainer="@imnya"
# Set the working directory