mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
Version bump and minor changes
Incremented version to 1.0.9 Updated dockerfile to run build to generate static webpages Fixed missing parameter REQUIRE_LOGIN from config payload
This commit is contained in:
@@ -5,10 +5,13 @@ WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
RUN npm cache clean --force
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
|
||||
COPY ./ ./
|
||||
|
||||
# Build the application
|
||||
RUN npm run build
|
||||
|
||||
# Stage 2: Create the production image
|
||||
FROM node:slim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user