Merge pull request #573 from gengjiawen/patch-1

use Official lts-alpine
This commit is contained in:
binaryify 2019-09-18 09:53:51 +08:00 committed by GitHub
commit 932246e501
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 WORKDIR /app
COPY . /app COPY . /app