diff --git a/Dockerfile b/Dockerfile index 0b361c6..9fa51f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,6 @@ COPY . /repo RUN yarn install +RUN yarn build + ENTRYPOINT [ "yarn", "start:prod" ] \ No newline at end of file