mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-02 17:14:55 +02:00
Update container
This commit is contained in:
parent
286d743ce3
commit
e98c0cba21
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ RUN npm run build
|
|||
# Stage 2: Run the application
|
||||
FROM node:18-alpine AS runner
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Copy package.json and package-lock.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue