Add init scripts to olegdb dockerfile

This commit is contained in:
Sam Dodrill 2015-02-06 16:24:34 -08:00
parent ddae18f698
commit b52c583426
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends build-essential
cd OlegDB-v.0.1.5 && make && make install
ADD olegdb.conf /oleg/db.conf
ADD runit/ /etc/service
EXPOSE 38080