Skip to content

Commit 4dc91d6

Browse files
committed
fixed dockerfile, added hadolint config
1 parent 4f0838b commit 4dc91d6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.hadolint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignored:
2+
- DL3018

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
default_language_version:
33
python: python3.10
44

5-
exclude: ^(\.git|\.[^/]+|migrations|docs|lemur/static/dist)(/|$)|.*\.(md|rst)$
5+
exclude: ^(\.git|\.[^/]+|lemur/migrations|docs|lemur/static/dist)(/|$)|.*\.(md|rst)$
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ COPY . .
2323

2424
RUN uv sync --frozen --compile-bytecode
2525

26+
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
2627
RUN curl -sSL https://github.com/caddyserver/caddy/releases/download/v2.10.2/caddy_2.10.2_linux_amd64.tar.gz | tar xz -C /usr/bin
2728

2829
RUN npm install \

0 commit comments

Comments
 (0)