Skip to content

Commit

Permalink
🚨 Fix hadolint errors from Jinja2 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoZosa committed Dec 13, 2022
1 parent a4cb4d7 commit 7db3404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ repos:
hooks:
- id: hadolint-docker
name: hadolint
args: [--ignore=DL4003]

- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
Expand Down
1 change: 0 additions & 1 deletion {{cookiecutter.project_slug}}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ COPY {{cookiecutter.package_name}} /app/{{cookiecutter.package_name}}
ENTRYPOINT ["/usr/bin/tini", "--"]
CMD ["jupyter", "notebook","--ip='*'", "--port=8888", "--no-browser", "--allow-root"]
# {% else %}
# hadolint ignore=DL4003
CMD ["/app/{{cookiecutter.package_name}}/entrypoint"]
# {% endif %}

0 comments on commit 7db3404

Please sign in to comment.