Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
- removing the unrequired chmod
- fixing up the directory path
  • Loading branch information
gambol99 committed Apr 24, 2017
1 parent 5fd003c commit 09de45f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ MAINTAINER Rohith <[email protected]>
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"

Expand Down

0 comments on commit 09de45f

Please sign in to comment.