mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
@ -1,7 +1,7 @@
|
||||
FROM node:9 as builder
|
||||
WORKDIR /opt/app
|
||||
|
||||
COPY package.json ./
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install
|
||||
|
||||
COPY . ./
|
||||
|
Reference in New Issue
Block a user