move to alpine image

This commit is contained in:
karl.hudgell 2020-06-28 17:56:47 +01:00
parent 57fefcaca1
commit 287799c022

View File

@ -1,4 +1,4 @@
FROM node:12
FROM node:12-alpine
# Create app directory
WORKDIR /usr/src/app