Skip to content

Commit

Permalink
Adding new docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
lkameya committed Oct 18, 2019
1 parent c8e659f commit 2611315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM smebberson/nodejs
COPY ./client/build /app
RUN chmod -R 777 /app
RUN node index.js
8 changes: 1 addition & 7 deletions captain-definition
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"schemaVersion": 2,
"imageName": "smebberson/nodejs",

"dockerfileLines": [
"COPY ./client/build /app",
"RUN chmod -R 777 /app",
"RUN node index.js"
]
"dockerfilePath": "./Dockerfile"
}

0 comments on commit 2611315

Please sign in to comment.