mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
WIP Items module.
This commit is contained in:
9
docker/mongo/Dockerfile
Normal file
9
docker/mongo/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM mongo:3.3
|
||||
|
||||
# Add mongo user
|
||||
RUN groupadd -r mongo &&\
|
||||
useradd -r -g mongo mongo
|
||||
|
||||
USER mongo
|
||||
|
||||
CMD mongod --dbpath=/var/lib/mongodb
|
||||
Reference in New Issue
Block a user