builds loglog in Dockerfile
This commit is contained in:
@@ -35,6 +35,8 @@ RUN while read feed; do \
|
|||||||
comitium add --data comitium-data/ "$feed"; \
|
comitium add --data comitium-data/ "$feed"; \
|
||||||
done <feeds.txt \
|
done <feeds.txt \
|
||||||
&& comitium refresh --data comitium-data/
|
&& comitium refresh --data comitium-data/
|
||||||
|
COPY build_loglog.sh build_loglog.sh
|
||||||
COPY content content
|
COPY content content
|
||||||
|
RUN /bin/bash ./build_loglog.sh
|
||||||
|
|
||||||
CMD agate --content content/ --addr [::]:1965 --addr 0.0.0.0:1965 --lang en-GB
|
CMD agate --content content/ --addr [::]:1965 --addr 0.0.0.0:1965 --lang en-GB
|
||||||
|
|||||||
Reference in New Issue
Block a user