Update dockerfile for server

fix issue#6608
This commit is contained in:
Ilya Mazaev 2020-01-29 15:59:48 +03:00 committed by GitHub
parent f65b75ce5a
commit 7940cab381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
ENV TZ UTC
RUN mkdir /docker-entrypoint-initdb.d