mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-12-25 11:20:02 +00:00
450e1b64aa
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
|