From c8e659f4e57ac9cdfc282184fdfdc8253cdd68c3 Mon Sep 17 00:00:00 2001 From: Leonardo Kameya Date: Fri, 18 Oct 2019 15:29:26 -0400 Subject: [PATCH] Adding new docker file --- captain-definition | 1 + 1 file changed, 1 insertion(+) diff --git a/captain-definition b/captain-definition index e9decea..175fa66 100644 --- a/captain-definition +++ b/captain-definition @@ -1,6 +1,7 @@ { "schemaVersion": 2, "imageName": "smebberson/nodejs", + "dockerfileLines": [ "COPY ./client/build /app", "RUN chmod -R 777 /app",