Skip to content

Commit

Permalink
TEIID-3043: build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rareddy committed Mar 9, 2015
1 parent 99c9d48 commit 35445e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build/kits/docker/Dockerfile
Expand Up @@ -16,11 +16,9 @@ ENV JBOSS_HOME $WORKING_DIR/$JBOSS_EAP

USER root

ADD teiid-${project.version}-server.zip $WORKING_DIR/teiid.zip
COPY teiid-${project.version}-server.zip $WORKING_DIR/teiid.zip

RUN cd $WORKING_DIR && unzip -q teiid.zip && rm teiid.zip

RUN chown -R jboss:jboss ${JBOSS_HOME}/ #\
RUN cd $WORKING_DIR && unzip -q teiid.zip && rm teiid.zip && chown -R jboss:jboss ${JBOSS_HOME}/ #\

VOLUME ["$JBOSS_HOME/standalone", "$JBOSS_HOME/domain"]

Expand Down

0 comments on commit 35445e9

Please sign in to comment.