2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-09 14:50:58 +00:00

small cleanup

This commit is contained in:
Davide Bortolami 2020-03-07 18:43:58 +00:00
parent b437dcd284
commit 333786d013

View File

@ -77,9 +77,7 @@ RUN echo '. "$NVM_DIR/nvm.sh"' >> /home/frappe/.bashrc
RUN pip3 install -e git+https://github.com/frappe/bench.git#egg=bench --no-cache
USER frappe
WORKDIR /home/frappe/frappe-bench
EXPOSE 8000 9000 6787
VOLUME [ "/home/frappe/frappe-bench" ]