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

Attempt to make build nicer

parent 7f604caf
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ WORKDIR /umami
ADD src/fix.diff /umami/fix.diff
RUN git apply fix.diff && \
npm install && \
npm run build-tracker
ADD src/docker-entrypoint.sh /
npm run build-tracker && \
DATABASE_URL=postgresql://localhost/db npm run build
WORKDIR /umami
ENTRYPOINT ["/docker-entrypoint.sh"]
ENTRYPOINT ["npm", "start"]
#!/bin/sh
npm run build
exec npm start
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