Skip to content

Commit

Permalink
yet another attempt at permisssion
Browse files Browse the repository at this point in the history
  • Loading branch information
cassj committed Jun 10, 2015
1 parent dc87251 commit bdb739d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ ENV JAVA_HOME /usr/lib/jvm/java-1.7.0-openjdk-amd64
# GCP
#######

RUN mkdir /gcpdata ; chown -R gcp:gcp /gcpdata
VOLUME /gcpdata

USER gcp
ENV HOME /home/gcp

Expand All @@ -47,8 +50,6 @@ RUN curl -L 'http://downloads.sourceforge.net/project/gate/gate/8.1/gate-8.1-bui

ENV GATE_HOME '/home/gcp/gate'

RUN mkdir /gcpdata ; chown -R gcp:gcp /gcpdata
VOLUME /gcpdata

# Expect the data to be in /gcpdata
# default heap size is 12G change with -m option
Expand Down

0 comments on commit bdb739d

Please sign in to comment.