mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 10:02:10 +03:00
Fix dockerfile
This commit is contained in:
parent
2c0fd55bc6
commit
a99e7c4f94
@ -49,7 +49,7 @@ COPY tracker/package.json tracker/package-lock.json ./tracker/
|
|||||||
|
|
||||||
RUN npm audit fix --prefix ./assets && \
|
RUN npm audit fix --prefix ./assets && \
|
||||||
npm install --prefix ./assets && \
|
npm install --prefix ./assets && \
|
||||||
npm install --prefix ./trackerc
|
npm install --prefix ./tracker
|
||||||
|
|
||||||
COPY assets ./assets
|
COPY assets ./assets
|
||||||
COPY tracker ./tracker
|
COPY tracker ./tracker
|
||||||
|
Loading…
Reference in New Issue
Block a user