From c939e51cb420bda3076e64696842e201dda08e32 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Sun, 24 Jan 2021 00:49:08 +0100 Subject: [PATCH] chore(docker): drop no-op workdir Signed-off-by: Mark Sagi-Kazar --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d5d7d1a..660df3ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,8 +22,6 @@ RUN make release-binary FROM alpine:3.13.0 -WORKDIR / - # Dex connectors, such as GitHub and Google logins require root certificates. # Proper installations should manage those certificates, but it's a bad user # experience when this doesn't work out of the box.