Add test_site.bash script to start container

This commit is contained in:
François Leborne 2023-04-17 22:53:56 +02:00
parent 3adc923e40
commit ce34cb94d3
1 changed files with 8 additions and 0 deletions

8
test_site.bash Executable file
View File

@ -0,0 +1,8 @@
docker run \
--rm \
-it \
-v `pwd`:/tmp/app \
-w /tmp/app \
-p 8000:8000 \
--name ponyconf \
ponyconf