5 lines
95 B
Docker
5 lines
95 B
Docker
FROM couchdb
|
|
COPY serveradmin.ini /opt/couchdb/etc/local.d/
|
|
COPY allard.txt /opt/couchdb/etc/
|
|
|