Commit 2635754b authored by 郭灿峰's avatar 郭灿峰

Update boot.sh

parent e1f8398d
#!/bin/bash
ps -ef | grep pybbs.jar | grep -v grep | cut -c 9-15 | xargs kill
cd /app
docker-compose down
docker-compose up -d
\ No newline at end of file
#ps -ef | grep pybbs.jar | grep -v grep | cut -c 9-15 | xargs kill
#cd /app
#docker-compose down
#docker-compose up -d
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment