We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457e4d9 commit 0bb01cbCopy full SHA for 0bb01cb
1 file changed
Dockerfile
@@ -12,6 +12,9 @@ RUN go mod download
12
# Copy the rest of the application source code
13
COPY . .
14
15
+# Verify contents (temporary)
16
+RUN ls -la /app
17
+
18
# Build the static binary for the command-line tool
19
# CGO_ENABLED=0 produces a static binary, important for distroless/scratch images
20
# -ldflags="-s -w" strips debug symbols and DWARF info, reducing binary size
0 commit comments