forked from OpenWF/SpaceNinjaServer
5 lines
48 B
Docker
5 lines
48 B
Docker
FROM mongo as base
|
|
|
|
EXPOSE 27017
|
|
|
|
CMD ["mongod"] |