From 4cd2adc8ecf6b6be004e0be07b9a88c25d64a38a Mon Sep 17 00:00:00 2001 From: Alnus Tmp Date: Wed, 26 Jan 2022 01:30:41 +0000 Subject: [PATCH] fix change --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index a233e40..41c9d27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,15 +1,15 @@ #version Trytond server example 5.0 -FROM tryton/tryton:6.0 +FROM tryton/tryton: #lebel custom LABEL org.label-schema.version="" #version equal Tryond server version -ENV TRYTOND_VERSION="6.0" +ENV TRYTOND_VERSION="" #python version that will run the docker example python3.7 -ENV PYTHON_VERSION="python3.7" +ENV PYTHON_VERSION="" #version equal Tryond server version ENV GITEA_ORG="" #domain server gitea -ENV GITEA_DOMAIN="gitea.disroot.org" +ENV GITEA_DOMAIN="" #if the module repository is private ENV GITEA_USER="" ENV GITEA_PASSWORD="" @@ -18,7 +18,7 @@ ENV GITEA_ACCESS_TOKEN="" ENV GnuHealth="False" ENV Etrivial="False" ENV Trytonar="False" -ENV OneCluster="False" +ENV OneTeam="False" ENV Presik="False" ENV Datalife="False" ENV NaNtic="False"