added https support

This commit is contained in:
mohd
2024-05-14 16:59:00 +03:00
parent 8f7ddedd0d
commit 33a2253e3d
3 changed files with 48 additions and 83 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ case $1 in
$CMD /bin/bash -c 'cd /app/hm_stud && make && rm -rf cert/test* && cd cert && sh gen_cert.sh'
$CMD make -C /app/hm_gameserver
$CMD make -C /app/hm_lobbyserver
$CMD /bin/bash -c 'cd /app/hm_nginx && sed "s@\/usr\/local\/web@$(pwd)\/..\/hm_web\/@" conf/hm_nginx.conf > conf/nginx.conf && ./configure && make && make install'
$CMD /bin/bash -c 'cd /app/hm_nginx && sed "s@\/usr\/local\/web@$(pwd)\/..\/hm_web\/@" conf/hm_nginx.conf > conf/nginx.conf && ./configure --with-http_ssl_module && make && make install'
$CMD /bin/bash -c 'cd /app/hm_sunwell/examples && npm install'
;;
build_client)