Add frontend git update button and backend update endpoint

This commit is contained in:
J0Z1L 2026-02-28 00:12:10 +01:00
parent 712d29921d
commit cd371a70be
5 changed files with 75 additions and 0 deletions

View file

@ -2,6 +2,8 @@ FROM node:20-alpine
WORKDIR /app
RUN apk add --no-cache git
COPY package*.json ./
RUN npm install --omit=dev