From 177858d6138cb923fcbe5b3c58d373a8fb755845 Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 15 Nov 2021 20:06:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20update=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b361c6..ae539ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM node:lts-fermium -LABEL maintainer="TP FINAL" WORKDIR /repo @@ -7,4 +6,6 @@ COPY . /repo RUN yarn install +RUN yarn build + ENTRYPOINT [ "yarn", "start:prod" ] \ No newline at end of file