Update README.md

pull/1/head
Christophe Mehay 8 years ago
parent a7dfafdc00
commit 52a4004724

@ -18,7 +18,7 @@ All you need to do is to setup a `yaml` file called `entrypoint-config.yml` and
```dockerfile
FROM debian
# Installing git for example
RUN apt-get update && apt-get install git -y
RUN apt-get update && apt-get install git python-pip -y
# Install pyentrypoint
RUN pip install pyentrypoint
# Copy config file in the current WORKDIR

Loading…
Cancel
Save