From 960cafb5d6b5f1dc07963392c95fb79255ba8c15 Mon Sep 17 00:00:00 2001 From: Vladimir Ignatov Date: Fri, 19 Jun 2020 10:58:57 -0400 Subject: [PATCH] Small fix for docker --- .node.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.node.dockerfile b/.node.dockerfile index e900014..383898a 100644 --- a/.node.dockerfile +++ b/.node.dockerfile @@ -7,4 +7,5 @@ RUN apt-get update RUN apt-get install -y -q curl gnupg2 RUN curl -sL https://deb.nodesource.com/setup_9.x | bash RUN apt-get -y -q install nodejs -RUN cd /usr/share/nginx/html/config-genrator && npm i \ No newline at end of file +WORKDIR /usr/share/nginx/html/config-genrator +CMD npm i \ No newline at end of file