forked from LiveCarta/BookConverter
11 lines
144 B
YAML
11 lines
144 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
converter:
|
|
build:
|
|
dockerfile: DockerfileLocal
|
|
ports:
|
|
- '5678:5678'
|
|
volumes:
|
|
- ./:/app
|