Fixed merge issues with dockerfile and pkg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user