mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
Build frappe with Dockerfile
- Build frappe image using development Dockerfile instead of bench:latest image - Exposing port range
This commit is contained in:
parent
450e1b64aa
commit
aa8e7d374c
@ -19,14 +19,14 @@ services:
|
||||
image: redis:alpine
|
||||
|
||||
frappe:
|
||||
image: frappe/bench:latest
|
||||
build: .
|
||||
command: sleep infinity
|
||||
volumes:
|
||||
- ..:/workspace:cached
|
||||
working_dir: /workspace/development
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "9000:9000"
|
||||
- "8000-8005:8000-8005"
|
||||
- "9000-9005:9000-9005"
|
||||
|
||||
volumes:
|
||||
mariadb-vol:
|
||||
|
Loading…
Reference in New Issue
Block a user