From cfde5855c006d2635a40233449b5bc84a77823a5 Mon Sep 17 00:00:00 2001 From: imnyang Date: Tue, 20 May 2025 06:11:20 +0900 Subject: [PATCH] AS --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 892273e..e4818ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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