Fix: Enviroment Live and Tests

This commit is contained in:
2024-06-20 16:22:13 -05:00
parent b4999f9640
commit 049b1f697a
6 changed files with 119 additions and 21 deletions

View File

@@ -1,7 +1,14 @@
# TOMADO DE: https://hg.tryton.org/tryton-docker/file/tip/6.6/Dockerfile
FROM node as builder-node
ENV SERIES 6.8
ARG TRYTOND_VERSION
ARG GITEA_USER
ARG GITEA_PASSWORD
ARG GITEA_DOMAIN
ARG FACHO
ARG FACHO_BRANCH
ENV SERIES=${TRYTOND_VERSION}
RUN npm install -g bower
RUN curl https://downloads.tryton.org/${SERIES}/tryton-sao-last.tgz | tar zxf - -C /
RUN cd /package && bower install --allow-root