🐳 Fixes case of keyword
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user