aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e0027a9..bb496a9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,8 +6,10 @@ RUN apk add --no-cache python3 make gcc g++ libc-dev sqlite-dev
6 6
7COPY . /server-build 7COPY . /server-build
8 8
9ENV CI=true
10
9RUN npm i -g npm@8.7.0 11RUN npm i -g npm@8.7.0
10RUN npm ci --production --build-from-source --sqlite=/usr/local 12RUN npm ci --build-from-source --sqlite=/usr/local
11 13
12# ---- RUNTIME IMAGE ---------------------------------------------------------- 14# ---- RUNTIME IMAGE ----------------------------------------------------------
13FROM node:16.4-alpine 15FROM node:16.4-alpine