From 85fd141dc9607c5afdabf6ab3fbcb9164608a5e7 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Wed, 8 Jan 2025 12:56:59 +0100 Subject: [PATCH] style: fix FromAsCasing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3e3d68..a500332 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY --from=install /temp/dev/node_modules node_modules COPY . . RUN bun run build -FROM base as release +FROM base AS release COPY --from=install /temp/prod/node_modules node_modules COPY --from=build /app/dist .