mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
Add missing Dockerfile.dev
This commit is contained in:
9
Dockerfile.dev
Normal file
9
Dockerfile.dev
Normal file
@@ -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