changed build image

This commit is contained in:
Alexander Detsch 2021-04-04 15:51:45 +02:00
parent e24b0f3660
commit a42122213b

View file

@ -1,4 +1,4 @@
FROM node:lts-alpine as build-stage FROM node:alpine as build-stage
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install