mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 03:53:08 +02:00
Update Dockerfile
This commit is contained in:
parent
d10ad1b413
commit
7aa54dc92e
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ FROM node:15.0.1-alpine AS base
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
RUN npm i -g npm@latest
|
|
||||||
|
|
||||||
WORKDIR /misskey
|
WORKDIR /misskey
|
||||||
|
|
||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
|
|
Loading…
Reference in a new issue