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

Commit

Permalink
Dockerfile (#213)
Browse files Browse the repository at this point in the history
- removing the unrequired chmod
- fixing up the directory path
  • Loading branch information
gambol99 authored Apr 24, 2017
1 parent 9572dcf commit ea901aa
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 <gambol99@gmail.com>
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 ea901aa

Please sign in to comment.