mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
small cleanup
This commit is contained in:
parent
b437dcd284
commit
333786d013
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
RUN pip3 install -e git+https://github.com/frappe/bench.git#egg=bench --no-cache
|
||||||
|
|
||||||
USER frappe
|
USER frappe
|
||||||
|
|
||||||
WORKDIR /home/frappe/frappe-bench
|
WORKDIR /home/frappe/frappe-bench
|
||||||
|
|
||||||
EXPOSE 8000 9000 6787
|
EXPOSE 8000 9000 6787
|
||||||
|
|
||||||
VOLUME [ "/home/frappe/frappe-bench" ]
|
VOLUME [ "/home/frappe/frappe-bench" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue