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 b11feed commit 77d7a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captain-definition
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 2,
"imageName": "smebberson/nodejs",
"dockerfileLines": [
"FROM smebberson/nodejst",
"COPY ./client/build /app",
"RUN chmod -R 777 /app",
"RUN node index.js"
Expand Down

0 comments on commit 77d7a62

Please sign in to comment.