mirror of
https://github.com/pgsty/minio.git
synced 2026-08-11 08:43:28 +03:00
Add missing Dockerfile.dev
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
FROM minio/minio:latest
|
||||||
|
|
||||||
|
COPY ./minio /opt/bin/minio
|
||||||
|
|
||||||
|
ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
|
||||||
|
|
||||||
|
VOLUME ["/data"]
|
||||||
|
|
||||||
|
CMD ["minio"]
|
||||||
Reference in New Issue
Block a user