docker does not need its specific test script
This commit is contained in:
@@ -8,13 +8,13 @@
|
|||||||
├── debug.bat ................................. Executable debug script, windows
|
├── debug.bat ................................. Executable debug script, windows
|
||||||
├── run.sh .................................... Executable run script, linux
|
├── run.sh .................................... Executable run script, linux
|
||||||
├── run.bat ................................... Executable run script, windows
|
├── run.bat ................................... Executable run script, windows
|
||||||
|
├── test.sh ................................... Executable test script, linux
|
||||||
├── application ............................... Executable final packaging
|
├── application ............................... Executable final packaging
|
||||||
├── bootstrap ................................. Executable entry point
|
├── bootstrap ................................. Executable entry point
|
||||||
├── container ................................. Web container
|
├── container ................................. Web container
|
||||||
├── docker .................................... Docker packaging
|
├── docker .................................... Docker packaging
|
||||||
│ ├── pairgoth.properties.example ........... Docker property file to instanciate
|
│ ├── pairgoth.properties.example ........... Docker property file to instanciate
|
||||||
│ ├── run.sh ................................ Docker launch script
|
│ └── run.sh ................................ Docker launch script
|
||||||
│ └── test.sh ............................... Docker test script
|
|
||||||
└── webapp .................................... Engine web application
|
└── webapp .................................... Engine web application
|
||||||
└── src
|
└── src
|
||||||
├── main
|
├── main
|
||||||
|
Reference in New Issue
Block a user