Skip to content

Commit a8e572e

Browse files
test: add debugging to figure out where files are being sourced into
1 parent 0cf44b6 commit a8e572e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 go build -o app
1111

1212
FROM alpine:3.21
1313

14-
RUN apk add --no-cache bash=5.2.37-r0 tzdata=2024b-r1
14+
RUN apk add --no-cache bash=5.2.37-r0 tzdata=2024b-r1 tree
1515

1616
COPY --from=builder /app/app /usr/local/bin/
1717

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ args=()
55

66
IFS=' ' read -r -a args <<<"$1"
77

8+
tree /
9+
810
# Pass the arguments array to your main script
911
exec app "${args[@]}"

0 commit comments

Comments
 (0)