Fix dockerfile

This commit is contained in:
Kasper Seweryn 2020-10-06 15:37:59 +00:00 committed by GitHub
parent 2c0fd55bc6
commit a99e7c4f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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