1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00

fixed typo in Dockerfile

This commit is contained in:
postmannen 2022-02-15 11:27:47 +01:00
parent c31b0c5fff
commit abb7c52235

View file

@ -93,7 +93,7 @@ CMD ["ash","-c","env CONFIGFOLDER=./etc/ /app/steward\
-errorMessageTimeout=$ERROR_MESSAGE_TIMEOUT\
-compression=$COMPRESSION\
-serialization=$SERIALIZATION\
-SetBlockProfileRate=$SET_BLOCK_PROFILE_RATE\
-setBlockProfileRate=$SET_BLOCK_PROFILE_RATE\
-enableSocket=$ENABLE_SOCKET\
-enableTUI=$ENABLE_TUI\
-enableSignatureCheck=$ENABLE_SIGNATURE_CHECK\