chore(docker): drop no-op workdir

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2021-01-24 00:49:08 +01:00
parent d2d0d4a1ea
commit c939e51cb4
No known key found for this signature in database
GPG Key ID: 34CC109EB5ED1C2A
1 changed files with 0 additions and 2 deletions

View File

@ -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.