ugh im so bad at this
All checks were successful
Deploy Encrypted Todo App / build-and-push (push) Successful in 2m32s
All checks were successful
Deploy Encrypted Todo App / build-and-push (push) Successful in 2m32s
This commit is contained in:
@ -3,7 +3,7 @@ FROM node:24-alpine
|
||||
WORKDIR /app
|
||||
|
||||
# Copy dependency files first for better caching
|
||||
COPY package.json package-lock.yaml ./
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm install --prod
|
||||
|
Reference in New Issue
Block a user