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
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ RUN apk add --no-cache git && \ ...@@ -4,7 +4,8 @@ RUN apk add --no-cache git && \
WORKDIR /umami WORKDIR /umami
ADD src/fix.diff /umami/fix.diff ADD src/fix.diff /umami/fix.diff
RUN git apply fix.diff && \ RUN git apply fix.diff && \
npm install npm install && \
npm run build-tracker
ADD src/docker-entrypoint.sh / ADD src/docker-entrypoint.sh /
WORKDIR /umami WORKDIR /umami
ENTRYPOINT ["/docker-entrypoint.sh"] ENTRYPOINT ["/docker-entrypoint.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment