From 835a3baab2875f74cfd88b54e66ecf444f7f2dcb Mon Sep 17 00:00:00 2001 From: Matheus Mota Date: Sun, 12 May 2019 01:56:35 -0300 Subject: [PATCH] finally! running nodejs in the container without the adonis cli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d122eff..bbd5241 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY ./src/adonisjs . RUN npm install -CMD [ "adonis", "serve"] +CMD [ "npm", "start"]