2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 18:48:58 +00:00

removed not needed volume

This commit is contained in:
Davide Bortolami 2020-03-09 13:26:42 +00:00
parent 8611c2dc05
commit 07a43e5386

View File

@ -108,5 +108,3 @@ RUN bash -c "node --version" \
WORKDIR /home/frappe/frappe-bench WORKDIR /home/frappe/frappe-bench
EXPOSE 8000 9000 6787 EXPOSE 8000 9000 6787
VOLUME [ "/root/frappe-bench" ]