第一次
This commit is contained in:
5
infra/volc/Dockerfile.bag_copy
Normal file
5
infra/volc/Dockerfile.bag_copy
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache bash rsync
|
||||
COPY fst_data_pipeline/pipelines/volc/bag-copy.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user