FROM mongo:7.0.15 RUN ln -sf /usr/bin/mongosh /usr/bin/mongo ENTRYPOINT [ "mongod", "--config", "/etc/mongod.conf" ]