mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 04:34:27 +00:00
Add docker build and run scripts
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
docker build \
|
||||
--tag php-curl-class/php-curl-class:latest \
|
||||
.
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
docker run \
|
||||
--detach \
|
||||
--name www.phpcurlclass.com \
|
||||
-p 8001:80 \
|
||||
php-curl-class/php-curl-class:latest
|
||||
Reference in New Issue
Block a user