Skip to content

Commit

Permalink
dockerfile: drop VOLUME instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Jun 26, 2017
1 parent bbf9f8c commit ce8dbb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ COPY entrypoint.sh /sbin/entrypoint.sh
RUN chmod 755 /sbin/entrypoint.sh

EXPOSE 53/udp 53/tcp 10000/tcp
VOLUME ["${DATA_DIR}"]
ENTRYPOINT ["/sbin/entrypoint.sh"]
CMD ["/usr/sbin/named"]

0 comments on commit ce8dbb4

Please sign in to comment.