We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf44b6 commit a8e572eCopy full SHA for a8e572e
Dockerfile
@@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 go build -o app
11
12
FROM alpine:3.21
13
14
-RUN apk add --no-cache bash=5.2.37-r0 tzdata=2024b-r1
+RUN apk add --no-cache bash=5.2.37-r0 tzdata=2024b-r1 tree
15
16
COPY --from=builder /app/app /usr/local/bin/
17
entrypoint.sh
@@ -5,5 +5,7 @@ args=()
5
6
IFS=' ' read -r -a args <<<"$1"
7
8
+tree /
9
+
10
# Pass the arguments array to your main script
exec app "${args[@]}"
0 commit comments