2
0
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:
africlouds 2020-06-10 09:19:23 +02:00 committed by GitHub
parent a5b8db6137
commit 450e1b64aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.devcontainer/Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM frappe/bench:latest
EXPOSE 8000-8005 9000-9005 6787