From 97e494ca5f439a50d53110d4b6744f7a2900983c Mon Sep 17 00:00:00 2001 From: Subhramit Basu Bhowmick Date: Mon, 23 Sep 2024 10:52:36 +0530 Subject: [PATCH] Update Dockerfile (#11807) --- docs/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 4c2afd5dda0..4a0ae5ed532 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,8 +1,8 @@ FROM ruby:2.7 -ENV LC_ALL C.UTF-8 -ENV LANG en_US.UTF-8 -ENV LANGUAGE en_US.UTF-8 +ENV LC_ALL=C.UTF-8 +ENV LANG=en_US.UTF-8 +ENV LANGUAGE=en_US.UTF-8 EXPOSE 4000