Update "README.md"

This commit is contained in:
alnus 2022-01-06 11:05:46 -05:00
parent d1a09bb1e2
commit 0dc45d48eb
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Descrip`ion
# Description
Docker tryton-non_official It is a tool for deploying unofficial Tryton modules in Docker, including:
1. Gnuhealth
2. Kalenis
@ -33,7 +33,7 @@ ENV TRYTOND_VERSION="6.0"
#python version that will run the docker example python3.7
ENV PYTHON_VERSION="python3.7"
#version equal Tryond server version
ENV GITEA_ORG="One_Cluster"
ENV GITEA_ORG="OneCluster"
#domain server gitea
ENV GITEA_DOMAIN="git.disroot.org"
#if the module repository is private
@ -52,5 +52,5 @@ ENV Kalenis="False"
```
# Usage
```
docker build tryton/non_official .
docker build -t tryton/non_official .
```