„Dockerfile“ ändern

This commit is contained in:
Andreas Greiner 2022-03-30 19:28:24 +02:00
parent 79a7cea71a
commit 387e3ff032

View File

@ -1,5 +1,5 @@
FROM node:14 FROM node:14-alpine
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY package*.json ./ COPY package*.json ./
RUN apk --no-cache add --virtual builds-deps build-base python3 RUN apk --no-cache add --virtual builds-deps build-base python3