Skip to content

Commit

Permalink
remove conf and ext directory as VOLUMES from dockerfile (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit Nanglia authored and girishkarthik committed Jun 14, 2019
1 parent 0967c46 commit 59c6922
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ RUN curl -L https://github.com/cognitree/kronos/releases/download/v${KRONOS_VERS
&& tar -xvzf kronos-${KRONOS_VERSION}-dist.tar.gz -C /home \
&& rm kronos-${KRONOS_VERSION}-dist.tar.gz

VOLUME /home/kronos-${KRONOS_VERSION}/conf
VOLUME /home/kronos-${KRONOS_VERSION}/lib/ext

WORKDIR ${KRONOS_HOME}/sbin

CMD ["sh", "-c", "./kronos.sh start ${MODE}"]

0 comments on commit 59c6922

Please sign in to comment.