diff --git a/Dockerfile b/Dockerfile index 086867eb..6d7ee902 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,4 @@ COPY . $APP_PATH RUN yarn RUN cp -r /opt/outline/node_modules /opt/node_modules +CMD yarn build && yarn start \ No newline at end of file