Actualiser Dockerfile
This commit is contained in:
parent
45d5343d61
commit
d5f918cfab
@ -12,7 +12,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
|
||||
# Installer les dépendances (avec cache npm)
|
||||
RUN npm ci --only=production=false
|
||||
RUN npm ci --only=production
|
||||
|
||||
# Copier le code source
|
||||
COPY . .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user