fix(Entorno de desarrollo): Se ajusta versión de sao #80

Merged
camilogs merged 1 commits from errorNoMuestraProspectos into 6.8 2024-01-23 15:16:24 -05:00

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