🐳 Fixes case of keyword

This commit is contained in:
2025-11-09 20:46:02 +01:00
parent 647311ac5a
commit 3f57f94ece

View File

@@ -1,4 +1,4 @@
FROM oven/bun:latest as build
FROM oven/bun:latest AS build
WORKDIR /app
@@ -8,7 +8,7 @@ RUN bun install --frozen-lockfile
COPY . .
RUN bun run generate
FROM oven/bun:latest as runner
FROM oven/bun:latest AS runner
WORKDIR /app
COPY --from=build /app/.output/public ./