Skip to content

Commit

Permalink
🐛 Fixing a bug. #50
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan666 committed Mar 23, 2021
1 parent 28803d0 commit fbf49ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ install_ELF_RSS() {
cd ELF_RSS
docker build -t elfrss:latest .

docker run --name elfrss -p 8080:8080 -v ./:/app/ -e TZ=Asia/Shanghai -d elfrss:latest
docker run --name elfrss -p 8080:8080 -v $(pwd)/:/app/ -e TZ=Asia/Shanghai -d elfrss:latest
echo "ELF_RSS 安装完成,请修改配置文件 .env.prod"
}
install() {
Expand Down

0 comments on commit fbf49ac

Please sign in to comment.