From 09de45f260adae04bf78022d1e0ce510bcdcd410 Mon Sep 17 00:00:00 2001 From: Rohith Date: Mon, 24 Apr 2017 11:18:21 +0100 Subject: [PATCH] Dockerfile - removing the unrequired chmod - fixing up the directory path --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"