problem with some characters were resolved

This commit is contained in:
2025-11-13 09:32:07 +00:00
parent 82d9bbd99e
commit d94ec5010a

View File

@@ -2,7 +2,7 @@
FROM alpine:3.22 FROM alpine:3.22
# Install dependencies # Install dependencies
RUN apk add --nocache nginx RUN apk add --no-cache nginx
# Create non root user and group # Create non root user and group
RUN addgroup -S webgroup && \ RUN addgroup -S webgroup && \