Skip to content

Commit ce8dbb4

Browse files
author
Sameer Naik
committed
dockerfile: drop VOLUME instruction
1 parent bbf9f8c commit ce8dbb4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ COPY entrypoint.sh /sbin/entrypoint.sh
1717
RUN chmod 755 /sbin/entrypoint.sh
1818

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

0 commit comments

Comments
 (0)