Commit 887e56fc authored by 郭灿峰's avatar 郭灿峰

Add new file

parent 6898b6e1
#!/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
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