github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/examples/front-proxy-mongo/seed.Dockerfile (about)

     1  FROM mongo
     2  
     3  COPY apis/example.json /init.json
     4  CMD mongoimport --host janus-database --db janus --collection api_specs --type json --file /init.json --jsonArray