agolademo: move example config and update Dockerfile

This commit is contained in:
Simone Gotti 2019-05-08 17:40:07 +02:00
parent f6f267545a
commit 28d31c0802
2 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# Copy the example config
COPY examples/config.yml .
COPY examples/agolademo/config.yml .
ENTRYPOINT ["/bin/agola"]