diff --git a/Dockerfile b/Dockerfile index 6dfef4f2f..6332748b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,8 @@ MAINTAINER Rohith RUN apk update && \ apk add ca-certificates -ADD templates/ opt/templates +ADD templates/ /opt/templates ADD bin/keycloak-proxy /opt/keycloak-proxy -RUN chmod +x /opt/keycloak-proxy WORKDIR "/opt"