changed build image

This commit is contained in:
Alexander Detsch 2021-04-04 15:51:45 +02:00
parent e24b0f3660
commit a42122213b
1 changed files with 1 additions and 1 deletions

View File

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