From 1a9617d60535724a125d3f76aa9ef426675990c9 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Tue, 12 May 2026 03:18:46 +0300 Subject: [PATCH] Use base images from harbor instead of dockerhub --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 8ba328b..29367c9 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -21,7 +21,7 @@ ENV VITE_API_URL=${VITE_API_URL} RUN npm run build # Production stage -FROM nginx:alpine +FROM harbor.dvirlabs.com/base-images/nginx:alpine # Remove default nginx config RUN rm /etc/nginx/conf.d/default.conf