switch to npm
This commit is contained in:
parent
7f86f1b769
commit
0c35f51709
@ -2,8 +2,8 @@ FROM fascinated/docker-images:node-latest
|
|||||||
|
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
RUN yarn install
|
RUN npm install
|
||||||
|
|
||||||
RUN yarn build
|
RUN npm run build
|
||||||
|
|
||||||
CMD yarn start
|
CMD npm run start
|
1942
package-lock.json
generated
Normal file
1942
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user