From 77d7a626b2e20b912c306b0f512241bcd5444016 Mon Sep 17 00:00:00 2001 From: Leonardo Kameya Date: Fri, 18 Oct 2019 15:26:19 -0400 Subject: [PATCH] Adding new docker file --- captain-definition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/captain-definition b/captain-definition index 65a1ef2..e9decea 100644 --- a/captain-definition +++ b/captain-definition @@ -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"