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