mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Use Node.js official Docker image (#3241)
* Update Dockerfile * Update Dockerfile
This commit is contained in:
parent
f7b98aaeec
commit
1dbc9e47a1
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
FROM alpine:3.8 AS base
|
FROM node:11-alpine AS base
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
RUN apk add --no-cache nodejs nodejs-npm zlib
|
|
||||||
RUN npm i -g npm@latest
|
RUN npm i -g npm@latest
|
||||||
|
|
||||||
WORKDIR /misskey
|
WORKDIR /misskey
|
||||||
|
|
Loading…
Reference in a new issue