mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 17:15:08 +00:00
8 lines
125 B
YAML
8 lines
125 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
frappedocker:
|
|
image: frappedocker
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|