docker does not need its specific test script

This commit is contained in:
Claude Brisson
2023-05-14 13:20:14 +02:00
parent 9642f1da1a
commit 06a4ce4f4c
2 changed files with 2 additions and 2 deletions

View File

@@ -8,13 +8,13 @@
├── debug.bat ................................. Executable debug script, windows
├── run.sh .................................... Executable run script, linux
├── run.bat ................................... Executable run script, windows
├── test.sh ................................... Executable test script, linux
├── application ............................... Executable final packaging
├── bootstrap ................................. Executable entry point
├── container ................................. Web container
├── docker .................................... Docker packaging
│   ├── pairgoth.properties.example ........... Docker property file to instanciate
│   ── run.sh ................................ Docker launch script
│   └── test.sh ............................... Docker test script
│   ── run.sh ................................ Docker launch script
└── webapp .................................... Engine web application
└── src
├── main