Revert build changes

This commit is contained in:
Hugo van Rijswijk
2024-03-16 14:50:06 +01:00
parent 0a2f7443ad
commit 1ab640fda1
11 changed files with 984 additions and 566 deletions

View File

@@ -1,8 +1,8 @@
FROM node:20-alpine AS node-build
FROM node:18.18.0-alpine AS node-build
WORKDIR /etc/linkding
# install build dependencies
COPY rollup.config.mjs package.json package-lock.json ./
RUN npm ci
COPY rollup.config.js package.json package-lock.json ./
RUN npm install
# copy files needed for JS build
COPY bookmarks/frontend ./bookmarks/frontend
# run build