12 lines
243 B
YAML
12 lines
243 B
YAML
version: '3'
|
|
|
|
services:
|
|
python-format:
|
|
image: fst_data_pipeline:python-format-v1
|
|
build:
|
|
dockerfile: Dockerfile.python-format
|
|
context: .
|
|
volumes:
|
|
- ../../..:/fst_data_pipeline
|
|
working_dir: /fst_data_pipeline
|