added php execution

This commit is contained in:
Pin
2022-03-05 17:06:20 -05:00
parent 7520553672
commit 01507d2734
9 changed files with 145 additions and 32 deletions

View File

@@ -40,7 +40,7 @@ dockerBuild: output_dir
docker build . -t seaweb:latest
dockerTestDeploy: dockerBuild
docker run -p8080:8080 --rm seaweb:latest seaweb &
docker run -p8080:8080 --rm -d seaweb:latest
killTestDocker:
docker stop -t 0 `docker ps | grep "seaweb:latest" | tail -n 1 | tr -s " " | cut -d " " -f 1`