Skip to content

Commit da5b84d

Browse files
committed
fix bug
1 parent bff9c35 commit da5b84d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ RUN sh install.sh
1010
EXPOSE 2083
1111
VOLUME /opt/linksumm/app/data
1212
# 启动命令
13-
CMD ["sh", "run.sh"]
13+
CMD ["bash", "run.sh"]

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# 安装依赖
44
install_deps(){

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33

44
# 复制配置文件

0 commit comments

Comments
 (0)