Fix Dockerfile

This commit is contained in:
dvirlabs 2025-06-15 05:41:11 +03:00
parent d1d210acc0
commit 9785c3be66

View File

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