Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
minostauros committed Dec 1, 2018
1 parent 6c4e619 commit 3df4caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ RUN apt-get update -qq && \
rm -rf /var/lib/apt/lists/*

# Install duc
# /duc/db is a directory to mount multiple DBs, for server. duc_startup.sh look into this directory and create CGIs
RUN mkdir /duc && \
mkdir /duc/db && \ # Directory to save multiple DBs, for server. duc_startup.sh look into this directory and create CGIs
mkdir /duc/db && \
cd /duc && \
wget https://github.com/zevv/duc/releases/download/1.4.4/duc-1.4.4.tar.gz && \
tar xzf duc-1.4.4.tar.gz && \
Expand Down

0 comments on commit 3df4caa

Please sign in to comment.