mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
Added Dockerfile for dev env
Exposing port range 8000-8005 and 9000-9005. The Dockerfile allows easy extending the upstream bench image for development purpose
This commit is contained in:
parent
a5b8db6137
commit
450e1b64aa
1 changed files with 2 additions and 0 deletions
2
.devcontainer/Dockerfile
Normal file
2
.devcontainer/Dockerfile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
FROM frappe/bench:latest
|
||||
EXPOSE 8000-8005 9000-9005 6787
|
||||
Loading…
Reference in a new issue