Modify some styles of the SAO of Tryton to match the style of Naliia
This commit is contained in:
@@ -6,6 +6,7 @@ ARG TRYTOND_VERSION
|
||||
ENV SERIES=${TRYTOND_VERSION}
|
||||
RUN npm install -g bower
|
||||
RUN curl https://downloads.tryton.org/${SERIES}/tryton-sao-last.tgz | tar zxf - -C /
|
||||
COPY naliia_sao_custom/sao.less /package/src/sao.less
|
||||
RUN cd /package && bower install --allow-root
|
||||
|
||||
FROM python:3.11-bullseye
|
||||
@@ -15,4 +16,4 @@ RUN apt-get update && apt-get install -y postgresql-client
|
||||
|
||||
# TOMADO DE: https://hg.tryton.org/tryton-docker/file/tip/6.6/Dockerfile
|
||||
COPY --from=builder-node /package /var/lib/trytond/www
|
||||
|
||||
COPY naliia_sao_custom/ /var/lib/trytond/www/
|
||||
|
||||
Reference in New Issue
Block a user