Fix Dockerfile deps
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 26s
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 26s
This commit is contained in:
parent
de7f1a306d
commit
164fdfb4f0
@ -13,9 +13,6 @@ COPY tsconfig.json ./
|
||||
# Compilation TypeScript
|
||||
RUN npm run build
|
||||
|
||||
# Nettoyage des dépendances de développement
|
||||
RUN npm ci --only=production && npm cache clean --force
|
||||
|
||||
# Création d'un utilisateur non-root
|
||||
RUN adduser -D appuser --uid 10000 && \
|
||||
chown -R appuser /app
|
||||
|
Loading…
x
Reference in New Issue
Block a user