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:
commit
013751ff72
@ -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…
Reference in New Issue
Block a user