mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 10:35:18 +02:00
add shad
This commit is contained in:
parent
86e66f4236
commit
282203d9f2
20 changed files with 697 additions and 15634 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:18-alpine AS builder
|
||||
FROM node:20-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
@ -10,7 +10,7 @@ COPY . .
|
|||
|
||||
RUN npm run build
|
||||
|
||||
FROM node:18-alpine AS runner
|
||||
FROM node:20-alpine AS runner
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue