Skip to content

Commit

Permalink
fix: ポリシー適用を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
calloc134 committed Oct 28, 2023
1 parent 73234ac commit 2aaae02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/Dockerfile.minio
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM quay.io/minio/minio:latest

RUN mkdir -p /data/development
COPY ./policy.json /data/development/policy.json
RUN mkdir -p /data/devbucket
RUN mkdir -p /data/.minio.sys/buckets/devbucket
COPY ./policy.json /data/.minio.sys/buckets/devbucket/policy.json

ENTRYPOINT ["minio", "server", "/data", "--console-address", ":9001"]

0 comments on commit 2aaae02

Please sign in to comment.