use Official lts-alpine

This commit is contained in:
Jiawen Geng 2019-08-21 21:57:40 +08:00 committed by GitHub
parent 83b6bfcd1e
commit 16f984db1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM mhart/alpine-node:9
FROM node:lts-alpine
WORKDIR /app
COPY . /app