Compare commits

..

No commits in common. "030e378f1c14d23dde87f00734625e6eec4b751c" and "d9c1b2222892244691cd42a21c377a923638f03b" have entirely different histories.

3 changed files with 1 additions and 11 deletions

View file

@ -1,10 +0,0 @@
FROM odoo:16.0
USER root
RUN apt update
RUN apt install -y locales
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
sed -i -e 's/# fr_FR.UTF-8 UTF-8/fr_FR.UTF-8 UTF-8/' /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales
USER odoo

View file

@ -1,7 +1,6 @@
services:
web:
image: "odoo:${ODOO_VERSION}"
build: .
depends_on:
- db
ports:

1
enterprise Symbolic link
View file

@ -0,0 +1 @@
/home/matt/Dev/odoo-entreprise/odoo-enterprise-17