This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
users-Mac-mini:mvp user$ docker-compose up --build | |
Creating network "mvp_default" with the default driver | |
Building mvp | |
Step 1/5 : FROM node:12.16.1-alpine | |
---> f77abbe89ac1 | |
Step 2/5 : WORKDIR /app | |
---> Using cache | |
---> ea3d8a22fd4d | |
Step 3/5 : COPY ./package.json ./ | |
---> 920e728c9c24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
users-Mac-mini:mvp user$ npm install | |
npm WARN deprecated [email protected]: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information. | |
> [email protected] install /Users/user/Documents/mvp/node_modules/sse4_crc32 | |
> node-gyp rebuild | |
CC(target) Release/obj.target/nothing/../node-addon-api/src/nothing.o | |
LIBTOOL-STATIC Release/nothing.a | |
CXX(target) Release/obj.target/sse42/src/sse42.o | |
LIBTOOL-STATIC Release/sse42.a |