Updated readme

This commit is contained in:
Oly 2018-03-06 09:04:05 +00:00
parent ada5cb5f50
commit b5ead9e2a8
1 changed files with 10 additions and 0 deletions

View File

@ -5,4 +5,14 @@ Very basic plugin, just lists out the environment variables available.
From here you can code what ever you want, the project is mounted to this container. From here you can code what ever you want, the project is mounted to this container.
* Building locally
#+BEGIN_SRC bash
docker build -t olymk2/drone-python-example .
#+END_SRC
* Testing locally
You can run the plugin from docker with the command below, or just run =python example.py= outside the container.
#+BEGIN_SRC bash
docker run drone-python-example
#+END_SRC