Skip to content

Commit c70deb0

Browse files
committed
Composer scripts for Docker
1 parent e8e93f5 commit c70deb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"knplabs/github-api": "~2.0",
2929
"php-http/guzzle6-adapter": "1.*"
3030
},
31+
"scripts": {
32+
"docker-build": "docker build . -t github_tools -f Dockerfile",
33+
"docker-build-dev": "docker build . -t github_tools -f Dockerfile_development",
34+
"docker-bash": "docker run -v /Users/Oscar/Sites/github-tools/:/var/www/ -i -t github_tools bash"
35+
},
3136
"autoload": {
3237
"psr-4": {
3338
"GithubTools\\": "src/"

0 commit comments

Comments
 (0)