Skip to content

Commit

Permalink
Dropped volume declaration in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
duelle committed Jun 3, 2020
1 parent 8e96097 commit b684016
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ RUN wget -q $CTT_AGENT_URL -O /tmp/$CTT_AGENT_NAME.zip &&\
unzip -q /tmp/$CTT_AGENT_NAME.zip -d /opt
ENV PATH="/opt/$CTT_AGENT_NAME:$PATH"

VOLUME /opt/$CTT_AGENT_NAME/plugins

ENTRYPOINT ["run_ctt_agent.sh"]

0 comments on commit b684016

Please sign in to comment.