style: fix FromAsCasing
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user