grim/containers/oauth-kludge

Fix a typo in the docker file

2020-11-22, Gary Kramlich
355bca2dd811
Parents c60e307d4293
Children 91bfe3ba43e3
Fix a typo in the docker file
  • +1 -1
    Dockerfile
  • --- a/Dockerfile Sun Nov 22 04:11:03 2020 -0600
    +++ b/Dockerfile Sun Nov 22 04:25:21 2020 -0600
    @@ -15,6 +15,6 @@
    FROM scratch
    COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
    -COPY --from=build /oauth-kludge/oauth-kludge /oauth/kludge
    +COPY --from=build /oauth-kludge/oauth-kludge /oauth-kludge
    CMD ["/oauth-kludge"]