Use Node.js official Docker image (#3241)

* Update Dockerfile

* Update Dockerfile
This commit is contained in:
Acid Chicken (硫酸鶏) 2018-11-15 21:43:02 +09:00 committed by syuilo
parent 9d8f7b081d
commit 259cfeae17
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
FROM alpine:3.8 AS base
FROM node:11-alpine AS base
ENV NODE_ENV=production
RUN apk add --no-cache nodejs nodejs-npm zlib
RUN npm i -g npm@latest
WORKDIR /misskey