mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-08 16:28:04 -06:00
project setup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM couchdb:3
|
||||
|
||||
ENV HOME /home/dbusr
|
||||
|
||||
RUN apt-get install curl
|
||||
RUN useradd --create-home dbusr
|
||||
RUN mkdir -p $HOME
|
||||
WORKDIR $HOME
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
[couchdb]
|
||||
single_node=true
|
||||
|
||||
[chttpd]
|
||||
port=5984
|
||||
Reference in New Issue
Block a user