Merge pull request #345 from wvffle/patch-1

Fix typo in dockerfile
This commit is contained in:
Marko Saric 2020-10-06 17:51:15 +02:00 committed by GitHub
commit 295b49d260
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