mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-09 00:38:03 -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
|
||||
Reference in New Issue
Block a user