Files
fst_data_pipeline-feature-e…/infra/volc/Dockerfile.bag_copy
2026-04-16 16:31:48 +08:00

5 lines
175 B
Docker

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"]