Skip to content

Commit

Permalink
Fix socket.tets.json config path (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz authored Apr 29, 2022
1 parent 543bf0d commit d595c19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/install/docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ sed -i "s!\"Threads\".*!\"Threads\": \"${ELK_THREADS}\"!g" ${PATH_TO_CONF}/elast
sed -i "s!\"subfolder\".*!\"subfolder\": \"server\",!g" ${PATH_TO_CONF}/appsettings.services.json
sed -i "s!\"BootstrapServers\".*!\"BootstrapServers\": \"${KAFKA_HOST}\"!g" ${PATH_TO_CONF}/kafka.${APP_DOTNET_ENV}.json

sed -i "s!\"path\".*!\"path\": \"../../ASC.Socket.IO\"!g" ${PATH_TO_CONF}/socket.${APP_DOTNET_ENV}.json

dotnet ${DOTNET_RUN} --urls=${URLS} --ENVIRONMENT=${APP_DOTNET_ENV} --'$STORAGE_ROOT'=${APP_STORAGE_ROOT} --pathToConf=${PATH_TO_CONF} --log:dir=${LOG_DIR} --log:name=${DOTNET_LOG_NAME} ${PARAMETERS}

0 comments on commit d595c19

Please sign in to comment.