Merge pull request 'fix(Entorno de desarrollo): Se ajusta versión de sao' (#80) from errorNoMuestraProspectos into 6.8

Reviewed-on: #80
This commit is contained in:
Camilo Gonzalez 2024-01-23 15:16:23 -05:00
commit 4826687b3b

View File

@ -3,7 +3,7 @@ FROM node as builder-node
ENV SERIES 6.8
RUN npm install -g bower
RUN curl https://downloads.tryton.org/${SERIES}/tryton-sao-last.tgz | tar zxf - -C /
RUN curl https://downloads.tryton.org/${SERIES}/tryton-sao-6.8.4.tgz | tar zxf - -C /
RUN cd /package && bower install --allow-root
FROM python:3.9-bullseye