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

Use latest known

parent e7ad2c1d
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ FROM indiepaas/apache ...@@ -3,7 +3,7 @@ FROM indiepaas/apache
# Download latest version of Known into /app # Download latest version of Known into /app
RUN mkdir -p /app && \ RUN mkdir -p /app && \
cd /app && \ cd /app && \
curl -L http://assets.withknown.com/releases/known-0.7.5.tgz | tar xz curl -L http://assets.withknown.com/releases/known-latest.tgz | tar xz
# Add script to create 'known' DB # Add script to create 'known' DB
ADD run-known.sh /run-known.sh ADD run-known.sh /run-known.sh
......
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