Skip to content

Commit

Permalink
Add sample configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devste committed Apr 25, 2019
1 parent 84c7139 commit 986ce4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.15.2-7] - 2019-04-25

### Added
- Sample configuration
- Make container run with sample configuration

## [1.15.2-ubuntu.18.10] - 2019-04-20

### Added
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.ubuntu.18.10
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt
ENTRYPOINT ["pre-commit"]
RUN pre-commit sample-config > /.pre-commit-config.yaml
ENTRYPOINT ["pre-commit", "run", "--config", "/.pre-commit-config.yaml"]

0 comments on commit 986ce4b

Please sign in to comment.