4 Commits

View File

@@ -2,7 +2,7 @@ FROM node:18.6-alpine AS base
LABEL version="4.1.0"
LABEL description=""
RUN apk --update --no-cache upgrade && apk add g++ make python --no-cache
RUN apk --update --no-cache upgrade
WORKDIR /usr/src/app
COPY ["package.json", "./"]