Skip to content

Commit ee00906

Browse files
authored
fix: hadolint (#1)
1 parent 11e32df commit ee00906

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
FROM bash:5.3.8-alpine3.22 AS builder
22

3+
WORKDIR /
4+
35
COPY . .
4-
RUN ./bin/redirects.sh
5-
RUN wget https://www.jenkins.io/favicon.ico
6+
RUN ./bin/redirects.sh \
7+
&& wget --quiet https://www.jenkins.io/favicon.ico
68

79
FROM nginx:1.29.3-alpine
810

0 commit comments

Comments
 (0)