Add docker build and run scripts

This commit is contained in:
Zach Borboa
2016-09-10 03:16:41 -07:00
parent b64bccdd4f
commit 2a87556c0a
2 changed files with 8 additions and 0 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
docker build \
--tag php-curl-class/php-curl-class:latest \
.
Executable
+5
View File
@@ -0,0 +1,5 @@
docker run \
--detach \
--name www.phpcurlclass.com \
-p 8001:80 \
php-curl-class/php-curl-class:latest