Update Dockerfile

This commit is contained in:
Oleksandr Bordun 2019-11-08 16:43:05 +01:00 committed by GitHub
parent 58112cebd4
commit 1e151b00df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM node:10.16-alpine
FROM node:lts-alpine
RUN apk add --no-cache git
COPY "entrypoint.sh" "/entrypoint.sh"