diff --git a/Dockerfile b/Dockerfile index f9258ea..0c045e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,7 @@ RUN yarn install # Bundle app source COPY . . +RUN yarn build + CMD [ "yarn", "start" ] \ No newline at end of file