Skip to content
Snippets Groups Projects
Commit 7f604caf authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Use updated tracker for container

parent add97d54
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ RUN apk add --no-cache git && \
WORKDIR /umami
ADD src/fix.diff /umami/fix.diff
RUN git apply fix.diff && \
npm install
npm install && \
npm run build-tracker
ADD src/docker-entrypoint.sh /
WORKDIR /umami
ENTRYPOINT ["/docker-entrypoint.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