2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00

Merge branch 'master' of github.com:cmehay/pyentrypoint

This commit is contained in:
Christophe Mehay 2016-02-29 17:25:54 +01:00
commit 013751ff72

View File

@ -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