diff options
| author | zhaokun <[email protected]> | 2024-04-03 14:53:45 +0800 |
|---|---|---|
| committer | zhaokun <[email protected]> | 2024-04-03 14:53:45 +0800 |
| commit | e11b4ea9e8abcfc626f7c15607e37332ee80a8dd (patch) | |
| tree | fcd42050d007fd612f0fc537ebb3e0bbcf021b04 /start.sh | |
| parent | 1b865d9f090d0a466a01f28cb2b995ea24e27f00 (diff) | |
modify start.sh
Diffstat (limited to 'start.sh')
| -rw-r--r-- | start.sh | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -3,7 +3,6 @@ chmod 777 /opt/tsg_test/app.py chmod 777 /opt/tsg_test/gunicorn.conf.py chmod 777 /opt/tsg_test/supervisor.conf -chmod 777 /opt/tsg_test/package/app.py chmod 777 /opt/tsg_test/package/install_chrome.py chmod 777 /opt/tsg_test/package/install_trex.py chmod 777 /opt/tsg_test/package/requirements.txt @@ -33,6 +32,5 @@ docker ps -a docker run -d --name automation --privileged -p 8800:8800 test:test # docker exec -it -uroot automation bash -c "java -jar /app/package/selenium-server-4.8.1.jar standalone &" # docker exec -it -uroot automation bash -c "gunicorn -c gunicorn.conf.py app:app &" - -ps -ef | grep selenium -ps -ef | grep gunicorn +# ps -ef | grep selenium +# ps -ef | grep gunicorn |
