Fixed merge issues with dockerfile and pkg

This commit is contained in:
frikky
2021-10-14 23:18:31 +02:00
2 changed files with 66 additions and 1 deletions
-1
View File
@@ -8,7 +8,6 @@ ENV PATH /usr/src/app/node_modules/.bin:$PATH
COPY package.json /usr/src/app/package.json
#RUN npm install --verbose
RUN yarn install
# copy only required files to not trigger rebuilding every time