* change initializeScript path * Merge branch 'add-dockerfile-method-and-start-stop-container' of https… * 更新了容器镜像方式的构建、安装和使用方法,但是devcontainer功能还有问题 * fix run postCreateCommand bug * sh文件方式管理启动脚本 * add restart command and fix bug * add dockerfile method to create container and save container .restart …
5 lines
136 B
Bash
5 lines
136 B
Bash
#!/bin/bash
|
|
# Copyright 2025 Mengning Software All rights reserved.
|
|
|
|
service ssh restart
|
|
/usr/bin/ttyd/ttyd/ttyd -W -w $WORKDIR bash & |