Skip to content

Instantly share code, notes, and snippets.

@cutecycle
Created March 2, 2019 00:28
Show Gist options
  • Save cutecycle/c1768a58d3bd5846ae4bd404ae030008 to your computer and use it in GitHub Desktop.
Save cutecycle/c1768a58d3bd5846ae4bd404ae030008 to your computer and use it in GitHub Desktop.
Step 12/15 : RUN npm i -g typescript; npm i express --save; npm i http-proxy; npm i http-proxy-middleware
---> Running in f9c70fcac5e8
/usr/local/bin/tsc -> /usr/local/lib/node_modules/typescript/bin/tsc
/usr/local/bin/tsserver -> /usr/local/lib/node_modules/typescript/bin/tsserver
+ typescript@3.3.3333
added 1 package from 1 contributor in 2.201s
npm notice created a lockfile as package-lock.json. You should commit this file.
audited 151 packages in 2.2s
found 0 vulnerabilities
audited 157 packages in 1.164s
found 0 vulnerabilities
audited 1067 packages in 3.798s
found 0 vulnerabilities
Removing intermediate container f9c70fcac5e8
---> 8ed1068b0a73
Step 13/15 : RUN ls -halt .
---> Running in 8dad3372bad0
total 72
drwxr-sr-x 1 root root 4.0K Mar 2 00:26 .
-rw-r--r-- 1 root root 52.6K Mar 2 00:26 package-lock.json
drwxr-sr-x 1 root root 4.0K Mar 2 00:26 server
drwxr-sr-x 1 node node 4.0K Mar 2 00:26 ..
-rw-r--r-- 1 root root 2.5K Mar 1 23:21 package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment