From c041ac6548a73833d21628b8d7caf8bdfca9cda5 Mon Sep 17 00:00:00 2001 From: Oleg Kurapov Date: Thu, 8 Nov 2018 12:53:18 +0300 Subject: [PATCH] Use node instead of yarn in Dockerfile. Closes #134 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2dafc6e..a119369 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ RUN adduser -D -h /home/term -s /bin/sh term && \ EXPOSE 3000 COPY . /app RUN apk add --update build-base python openssh && yarn -CMD yarn start +CMD node bin