django-admin-confirm-briq/docker-entrypoint-initaws.d/create_bucket.sh

5 lines
55 B
Bash

#!/bin/bash
set -x
awslocal s3 mb s3://mybucket
set +x