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