From bc37f6c4f20cb9b96c02be8b6d59210bf72d5869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Fern=C3=A1ndez=20Castillo?= <100673872+JaviFdez7@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:15:42 +0200 Subject: [PATCH] No changes in this commit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16b5e1f..ffe15bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:21-alpine - + COPY . . RUN npm install