Skip to content

Commit

Permalink
Move dockerfile to root to be nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseajen committed Dec 17, 2015
1 parent 49524f4 commit e78fd5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node

COPY . /src
COPY src /src

WORKDIR /src
RUN npm config set loglevel win
Expand Down
2 changes: 1 addition & 1 deletion src/tutumReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function readContainers(url, user, token, callback) {
});
}

// Process the raw response from the tutum container API and create service objects from it
// Process the raw response from the tutum container API and create service objects from it
function processResponseBody(body, callback) {
// Parse as JSON
var data = JSON.parse(body);
Expand Down

0 comments on commit e78fd5e

Please sign in to comment.