Skip to content

Commit 2a87556

Browse files
committed
Add docker build and run scripts
1 parent b64bccd commit 2a87556

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

www/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
docker build \
2+
--tag php-curl-class/php-curl-class:latest \
3+
.

www/run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
docker run \
2+
--detach \
3+
--name www.phpcurlclass.com \
4+
-p 8001:80 \
5+
php-curl-class/php-curl-class:latest

0 commit comments

Comments
 (0)