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

View File

@ -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: