Files
fst_data_pipeline-feature-e…/infra/volc/Dockerfile.bag_copy

5 lines
175 B
Docker
Raw Permalink Normal View History

2026-04-16 15:44:32 +08:00
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"]