mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-09 00:38:03 -06:00
9 lines
128 B
Docker
9 lines
128 B
Docker
FROM couchdb:3
|
|
|
|
ENV HOME /home/dbusr
|
|
|
|
RUN apt-get install curl
|
|
RUN useradd --create-home dbusr
|
|
RUN mkdir -p $HOME
|
|
WORKDIR $HOME
|