🐳 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
|
WORKDIR /app
|
||||||
|
|
||||||
@@ -8,7 +8,7 @@ RUN bun install --frozen-lockfile
|
|||||||
COPY . .
|
COPY . .
|
||||||
RUN bun run generate
|
RUN bun run generate
|
||||||
|
|
||||||
FROM oven/bun:latest as runner
|
FROM oven/bun:latest AS runner
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /app/.output/public ./
|
COPY --from=build /app/.output/public ./
|
||||||
|
|||||||
Reference in New Issue
Block a user