Fix Dockerfile

This commit is contained in:
dvirlabs 2025-06-15 05:42:24 +03:00
parent 9785c3be66
commit e20af98823

View File

@ -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