第一次
This commit is contained in:
11
infra/tencent/docker_ci/docker-compose.yaml
Normal file
11
infra/tencent/docker_ci/docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user