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