Parametize language
This commit is contained in:
parent
cf4c089958
commit
dceb4e4c4e
@ -54,10 +54,13 @@ COPY ./entrypoint.sh /
|
||||
COPY ./openerp-server.conf /etc/odoo/
|
||||
RUN chown odoo /etc/odoo/openerp-server.conf
|
||||
|
||||
RUN locale-gen en_GB.UTF-8
|
||||
ENV LANG en_GB.UTF-8
|
||||
ENV LANGUAGE en_GB:en
|
||||
ENV LC_ALL en_GB.UTF-8
|
||||
ARG language=en_GB:en
|
||||
ARG lang=en_GB.UTF-8
|
||||
|
||||
RUN locale-gen ${lang}
|
||||
ENV LANG ${lang}
|
||||
ENV LANGUAGE ${language}
|
||||
ENV LC_ALL ${lang}
|
||||
|
||||
# Mount /var/lib/odoo to allow restoring filestore and /mnt/extra-addons for users addons
|
||||
RUN mkdir -p /mnt/extra-addons \
|
||||
|
Loading…
Reference in New Issue
Block a user