Skip to content

Commit 0bb01cb

Browse files
committed
test: ci
1 parent 457e4d9 commit 0bb01cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ RUN go mod download
1212
# Copy the rest of the application source code
1313
COPY . .
1414

15+
# Verify contents (temporary)
16+
RUN ls -la /app
17+
1518
# Build the static binary for the command-line tool
1619
# CGO_ENABLED=0 produces a static binary, important for distroless/scratch images
1720
# -ldflags="-s -w" strips debug symbols and DWARF info, reducing binary size

0 commit comments

Comments
 (0)