mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
Add missing Dockerfile.dev
This commit is contained in:
parent
f7c357ebad
commit
1df1517449
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"]
|
Loading…
Reference in New Issue
Block a user