Spaces:
Paused
Paused
| FROM mfuntowicz/platform | |
| # Create the persistent storage folders structure | |
| RUN mkdir /data/mongo | |
| # Run and bind on all interfaces | |
| CMD ["-i", "0.0.0.0"] |