create-react-app and couchdb

This commit is contained in:
Aquaticholic
2021-09-23 14:01:02 -06:00
parent 008c033e97
commit 3e543b37f7
44 changed files with 42911 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
FROM couchdb:3
ENV HOME /home/dbusr
RUN apt-get install curl
RUN useradd --create-home dbusr
RUN mkdir -p $HOME
WORKDIR $HOME
# ADD ./db_setup.sh $HOME
# RUN ["chmod", "+x", "./db_setup.sh"]
# RUN ["./db_setup.sh"]