Exposing port range 8000-8005 and 9000-9005. The Dockerfile allows easy extending the upstream bench image for development purpose
3 lines
57 B
Docker
3 lines
57 B
Docker
FROM frappe/bench:latest
|
|
EXPOSE 8000-8005 9000-9005 6787
|