mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 17:44:43 +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 && \
|
||||
npm install --prefix ./assets && \
|
||||
npm install --prefix ./trackerc
|
||||
npm install --prefix ./tracker
|
||||
|
||||
COPY assets ./assets
|
||||
COPY tracker ./tracker
|
||||
|
Loading…
Reference in New Issue
Block a user