„Dockerfile“ ändern
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
FROM node:14
|
||||
FROM node:14-alpine
|
||||
WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
RUN apk --no-cache add --virtual builds-deps build-base python3
|
||||
|
||||
Reference in New Issue
Block a user