1
0
mirror of https://github.com/minio/minio.git synced 2025-04-18 09:50:02 -04:00

Add missing Dockerfile.dev

This commit is contained in:
Harshavardhana 2021-12-03 00:56:40 -08:00
parent f7c357ebad
commit 1df1517449

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"]