from webhook 3
+from webhook 4
foo, bar, baz, qux, quux
diff --git a/Dockerfile b/Dockerfile index 7e8df13..88cfc80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN yarn install COPY . . RUN yarn build EXPOSE 3000 -CMD ["node", "--watch", "server.js"] +CMD ["node", "server.js"] diff --git a/src/pages/index.astro b/src/pages/index.astro index b8165d8..38eda60 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,7 +13,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
foo, bar, baz, qux, quux