mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-26 10:50:53 +00:00
Use ecr base to build
This commit is contained in:
parent
daeea8e7ea
commit
eed87af61d
1 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
FROM node:24-slim AS base
|
||||
# FROM node:24-slim AS base
|
||||
FROM public.ecr.aws/docker/library/node:24-slim AS base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
@ -31,7 +32,8 @@ FROM base AS builder
|
|||
|
||||
RUN npm ci --omit=dev
|
||||
|
||||
FROM node:24-slim AS runner
|
||||
# FROM node:24-slim AS runner
|
||||
FROM public.ecr.aws/docker/library/node:24-slim AS runner
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue