create docker image

This commit is contained in:
2024-01-03 07:55:39 +01:00
parent a84af46ede
commit 4c0af57e01
4 changed files with 90 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const string LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" server");
#define PORT 8080
const string BASH ("/bin/bash");
const string FILTER_CMD ("src/bash/testCopyInOut.sh");
const string FILTER_CMD ("/home/filter/testCopyInOut.sh");
// ================================================================================
static options_description mainDescription ("Main options", getCols ());