Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libre
Docker Matomo Log Analytics
Commits
ef1458e8
Commit
ef1458e8
authored
Nov 02, 2020
by
Michał Woźniak
Browse files
Update Dockerfile
parent
e227f326
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
ef1458e8
...
...
@@ -2,10 +2,8 @@ FROM python:2-alpine
MAINTAINER
Michał "rysiek" Woźniak <rysiek@hackerspace.pl>
# add Matomo log analytics
RUN
git clone
--single-branch
--branch
3.x-dev https://github.com/matomo-org/matomo-log-analytics.git /opt/matomo-log-analytics
WORKDIR
/opt/matomo-log-analytics
RUN
mkdir
/opt/matomo-log-analytics
&&
\
cd
/opt/matomo-log-analytics
&&
\
git clone
--single-branch
--branch
3.x-dev https://github.com/matomo-org/matomo-log-analytics.git
ENTRYPOINT
["import_logs.py"]
CMD
["--help"]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment