refactor: rename Dockerfile build stage from base to builder
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:20-alpine AS base
|
||||
FROM node:20-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache libc6-compat curl
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user