Skip to content
Snippets Groups Projects
Commit 010f2282 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Uses my own version of app.net plugin

parent 8f6253cd
No related branches found
No related tags found
No related merge requests found
...@@ -19,9 +19,9 @@ RUN mkdir -p /app && \ ...@@ -19,9 +19,9 @@ RUN mkdir -p /app && \
unzip markdown.zip && \ unzip markdown.zip && \
mv Markdown-master/ Markdown && \ mv Markdown-master/ Markdown && \
rm markdown.zip && \ rm markdown.zip && \
curl -L https://github.com/mapkyca/KnownAppNet/archive/master.zip -o app-net.zip && \ curl -L https://github.com/pierreozoux/KnownAppNet/archive/master.zip -o app-net.zip && \
unzip app-net.zip && \ unzip app-net.zip && \
mv KnownAppNet-master KnownAppNet && \ mv KnownAppNet-master AppNet && \
rm app-net.zip rm app-net.zip
# Add script to create 'known' DB # Add script to create 'known' DB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment