Snyk bot
2023-02-15 13:11:36 +00:00
committed by GitHub
parent c09ce5947e
commit 4a320b3c8c

View File

@@ -6,7 +6,7 @@ RUN npm install
RUN npm run build
RUN npm prune
FROM node:18.6.0-alpine as webapp
FROM node:18.9.0-alpine as webapp
RUN apk add curl
WORKDIR /opt/app
COPY . /opt/app