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:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user