summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-11-14 15:12:43 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-11-14 15:12:43 +0900
commit7aa54dc92e2a1e3698deb60b25b7de8c98622b4d (patch)
tree50cd5a3771a9cfa96bc13aeb9fafd81c85534cd1 /Dockerfile
parent12.56.0 (diff)
downloadsharkey-7aa54dc92e2a1e3698deb60b25b7de8c98622b4d.tar.gz
sharkey-7aa54dc92e2a1e3698deb60b25b7de8c98622b4d.tar.bz2
sharkey-7aa54dc92e2a1e3698deb60b25b7de8c98622b4d.zip
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 824c853750..c3447b2855 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,8 +2,6 @@ FROM node:15.0.1-alpine AS base
ENV NODE_ENV=production
-RUN npm i -g npm@latest
-
WORKDIR /misskey
FROM base AS builder