project setup

This commit is contained in:
Evan Lanham
2022-01-08 12:52:39 -07:00
parent 23ca57a728
commit 70981f88b2
34 changed files with 27636 additions and 0 deletions
+8
View File
@@ -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