From ffda3ad51c3382773d8b33315be5602d7b36a582 Mon Sep 17 00:00:00 2001 From: "Bettin, Francesco" Date: Fri, 26 Sep 2025 13:46:51 +0000 Subject: [PATCH] Updated Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ea5415..608f762 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,8 @@ RUN npm run build FROM nginx:latest AS prod -RUN apt update \ - && apt upgrade -y \ +RUN apt-get update +RUN apt-get upgrade -y COPY --from=builder /usr/src/app/dist /usr/share/nginx/html ADD default.conf /etc/nginx/conf.d/default.conf