mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +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
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 New Issue
Block a user