Browse Source

remove LANG

Vladimir Tomishinets 4 năm trước cách đây
mục cha
commit
b9b9908970
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -10,6 +10,5 @@ COPY healthcheck.sh entrypoint.sh /opt/
 
 HEALTHCHECK --interval=5s --start-period=3m CMD /opt/healthcheck.sh
 
-ENV LANG=ru_RU.utf8
 
 ENTRYPOINT ["/opt/entrypoint.sh"]