mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/build: update builder image Node.js version to LTS
Fixes #412 The older stylus version throws some warnings in Node.js LTS. The new one doesn't.
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
FROM node:9 as builder
|
||||
FROM node:lts as builder
|
||||
WORKDIR /opt/app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install -g npm@lts
|
||||
RUN npm install
|
||||
|
||||
COPY . ./
|
||||
|
Reference in New Issue
Block a user