修改了dockerfile文件并且增加了sh脚本
This commit is contained in:
4
start.sh
4
start.sh
@@ -1,2 +1,2 @@
|
||||
nohup java -Xms32M -Xmx32M -jar /home/dailyLove/dailyLove-0.1.6.jar >> /home/dailyLove/runout.log 2>&1 &
|
||||
tail -f /home/dailyLove/runout.log
|
||||
nohup java -Xms32M -Xmx32M -jar /home/dailyLove/dailyLove-0.1.6.jar >> /home/dailyLove/log/runout.log 2>&1 &
|
||||
tail -f /home/dailyLove/log/runout.log
|
||||
Reference in New Issue
Block a user