Created
March 8, 2014 15:02
-
-
Save keeb-zz/9431832 to your computer and use it in GitHub Desktop.
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
» meet-nick time docker build -t keeb/meet-nick . | |
Uploading context 5.632 kB | |
Uploading context | |
Step 0 : from ubuntu:12.04 | |
---> 8dbd9e392a96 | |
Step 1 : maintainer Nick Stinemates <[email protected]> | |
---> Using cache | |
---> 688c24f5ff75 | |
Step 2 : run apt-get update | |
---> Using cache | |
---> d0c9be58f82f | |
Step 3 : run apt-get -y update | |
---> Using cache | |
---> 6f39293ce17a | |
Step 4 : run apt-get install -y wget | |
---> Using cache | |
---> 867d6b0309ab | |
Step 5 : run wget -O - http://nodejs.org/dist/v0.8.23/node-v0.8.23-linux-x64.tar.gz | tar -C /usr/local/ --strip-components=1 -zxv | |
---> Using cache | |
---> f9aa37ae7f54 | |
Step 6 : add ./package.json /meet/package.json | |
---> Using cache | |
---> 484754a6417f | |
Step 7 : run cd /meet && npm install | |
---> Using cache | |
---> d4b7b0aa77bd | |
Step 8 : add . /meet | |
---> d8a408ea9bf5 | |
Successfully built d8a408ea9bf5 | |
docker build -t keeb/meet-nick . 0.01s user 0.00s system 1% cpu 0.969 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment