mirror of
https://github.com/Team4388/scouting-2021.git
synced 2026-06-09 00:38:01 -06:00
create-react-app and couchdb
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user