Skip to content

Commit

Permalink
Rebuild each time
Browse files Browse the repository at this point in the history
  • Loading branch information
sidda-at-kaazing committed Mar 9, 2018
1 parent 0d4c84c commit 38a6c9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ WORKDIR $WORKDIR
# Build kafka-streams
RUN mkdir -p config
RUN mkdir -p data
COPY target/kafka-load-generator-0.0.1-SNAPSHOT-jar-with-dependencies.jar $WORKDIR
COPY config/* $WORKDIR/config/
COPY data/* $WORKDIR/data/
COPY . $WORKDIR
RUN mvn clean install -DskipTests

ENTRYPOINT java -Dconfig=./config -jar kafka-load-generator-0.0.1-SNAPSHOT-jar-with-dependencies.jar ./config/kafkaclient.properties

0 comments on commit 38a6c9f

Please sign in to comment.