We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff9c35 commit da5b84dCopy full SHA for da5b84d
Dockerfile
@@ -10,4 +10,4 @@ RUN sh install.sh
10
EXPOSE 2083
11
VOLUME /opt/linksumm/app/data
12
# 启动命令
13
-CMD ["sh", "run.sh"]
+CMD ["bash", "run.sh"]
install.sh
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/bin/bash
2
3
# 安装依赖
4
install_deps(){
run.sh
# 复制配置文件
0 commit comments