Skip to content

Commit

Permalink
modify dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 26, 2024
1 parent 8511494 commit e39d448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrt-inttest-services/mrt-minio-it-with-content/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN mkdir -p /data-load /buckets/my-bucket /buckets/my-bucket-repl
COPY --from=mock /data/generated/ /data-load/

RUN minio server /buckets & \
sleep 3; \
server_pid=$!; \
until mc alias set local http://localhost:9000 minioadmin minioadmin; do \
sleep 1; \
Expand Down

0 comments on commit e39d448

Please sign in to comment.