Dockerfile: remove useless volume
This commit is contained in:
parent
9bad9be19b
commit
6b23520710
@ -7,8 +7,6 @@ RUN apt-get update && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
RUN mkdir /db
|
||||
VOLUME /db
|
||||
VOLUME /config
|
||||
|
||||
EXPOSE 6060 6061
|
||||
|
Loading…
Reference in New Issue
Block a user