We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e9865 commit 16f0a42Copy full SHA for 16f0a42
Dockerfile.server
@@ -12,7 +12,7 @@ COPY . .
12
13
# Build
14
RUN GOOS=linux CGO_ENABLED=1 GOARCH=amd64 \
15
- go build -v -x -o bin/sqlite-rest ./
+ go build -trimpath -v -x -o bin/sqlite-rest ./
16
17
FROM docker.io/library/debian:stable-slim
18
0 commit comments