Locale 문제 수정.

README 보강
This commit is contained in:
2019-10-04 00:57:50 +09:00
parent 5c5356f3d5
commit 7369288a16
6 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
FROM php:7.3-fpm-buster
#debian
ENV LC_ALL=C.UTF-8
RUN apt -y update ;\
apt -y install \
bzip2 git rsync \
View File
View File
+1
View File
@@ -6,6 +6,7 @@ imgGitPath=ssh://git@storage.hided.net:2525/devsam/image.git
#게임 시간대.
TZ=Asia/Seoul
LC_ALL=C.UTF-8
#서버 리스트. 구현 문제로 아래 서버들로 현재 고정. Dockercompose 값 수정 불가.
HIDCHE_SERVER_LIST=che,kwe,pwe,twe,nya,pya,hwe
Executable → Regular
View File