Merge branch 'master' of gitea@code-repo.d4science.org:gCubeSystem/sortapp.git

This commit is contained in:
giancarlo 2020-10-16 17:38:03 +02:00
commit 90665fbaa6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# SortApp
SortApp is simple example that sort a file in input.
SortApp is a simple example that allows you to sort a file in input.
Starting from this example, you can first create an installable package via pip3 and then a docker image in which it is installed the created package.
The package declares the sortapp command as entrypoint.
So once the package is installed you can use this command at command line to run the example: