Updated Dockerfile

This commit is contained in:
Christer Warén 2021-01-17 16:09:35 +02:00
parent 476f0877b9
commit 83b636a6ac

View File

@ -1,4 +1,4 @@
FROM node:13.14.0-alpine FROM node:14.15.4-alpine
#Dependencies #Dependencies
RUN apk add --virtual .build-deps python make g++ gcc RUN apk add --virtual .build-deps python make g++ gcc
@ -12,4 +12,4 @@ COPY / /usr/src/app/
RUN npm install RUN npm install
CMD [ "npm", "start" ] CMD [ "npm", "start" ]