better handling of frontend updates, following svelte docs

This commit is contained in:
Jan Kessler
2025-05-13 07:48:29 +02:00
parent a904f874ee
commit dfd4037132
3 changed files with 20 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ ARG BUILD_HASH
WORKDIR /app
# to store git revision in build
RUN apk add --no-cache git
COPY package.json package-lock.json ./
RUN npm ci