From 9785c3be66c65766c6f42874a75e3372da9fddfe Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 15 Jun 2025 05:41:11 +0300 Subject: [PATCH] Fix Dockerfile --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 8d4cdd8..1627c8b 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:alpine +FROM nginx:alpine As builder # Install dos2unix to convert Windows line endings RUN apk add --no-cache dos2unix