Skip to content

fix dockerfile build 5 #8

fix dockerfile build 5

fix dockerfile build 5 #8

Triggered via push February 11, 2024 07:06
Status Success
Total duration 20s
Artifacts

reviewdog.yml

on: push
runner / shellcheck
9s
runner / shellcheck
runner / hadolint
6s
runner / hadolint
runner / misspell
8s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

4 warnings and 4 notices
[hadolint] Dockerfile#L3 <SC2164>(https://github.com/koalaman/shellcheck/wiki/SC2164): Dockerfile#L3
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
[hadolint] Dockerfile#L4 <DL3059>(https://github.com/hadolint/hadolint/wiki/DL3059): Dockerfile#L4
Multiple consecutive `RUN` instructions. Consider consolidation.
[hadolint] Dockerfile#L5 <DL3059>(https://github.com/hadolint/hadolint/wiki/DL3059): Dockerfile#L5
Multiple consecutive `RUN` instructions. Consider consolidation.
[shellcheck] entrypoint.sh#L30 <ShellCheck.SC2086>: entrypoint.sh#L30
Double quote to prevent globbing and word splitting.
[shellcheck] entrypoint.sh#L31 <ShellCheck.SC2086>: entrypoint.sh#L31
Double quote to prevent globbing and word splitting.