Change node image

This commit is contained in:
Douglas Barone 2020-12-21 11:17:55 -04:00
parent 44b142e752
commit 19bfe46cba

View File

@ -1,5 +1,5 @@
# build stage # build stage
FROM node as build-stage FROM node:lts-buster-slim as build-stage
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install