build problem leider noch da, steigen aber bald auf docker repo um um custom image zu haben hier im git

This commit is contained in:
2025-12-05 01:37:19 +01:00
parent 45462aa74b
commit 68f83b7774
3 changed files with 23 additions and 10 deletions

View File

@@ -5,8 +5,8 @@ WORKDIR /app
# Copy package files first for better caching
COPY package.json package-lock.json* ./
# Install dependencies (no cache to ensure fresh install)
RUN npm install --no-cache
# Install dependencies
RUN npm install
# Copy app files
COPY . .