about summary refs log tree commit diff
path: root/tools/govanity/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/govanity/Dockerfile')
-rw-r--r--tools/govanity/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/govanity/Dockerfile b/tools/govanity/Dockerfile
index eb6b8db..20df29f 100644
--- a/tools/govanity/Dockerfile
+++ b/tools/govanity/Dockerfile
@@ -20,11 +20,11 @@ ADD . /src
 RUN CGO_ENABLED=0 GOOS=linux go build -trimpath -a -installsuffix cgo -ldflags '-extldflags "-static"' -o app .
 
 FROM scratch
-COPY --from=builder /src/app /govanity
+COPY --from=builder /src/app /vanity
 COPY --from=builder /src/vanity.yaml /vanity.yaml
 COPY --from=builder /etc/passwd /etc/passwd
 COPY --from=builder /etc/group /etc/group
 
 USER app:app
 
-ENTRYPOINT ["/govanity"]
+ENTRYPOINT ["/vanity"]