chore: zz

This commit is contained in:
2025-02-06 05:14:25 +06:00
parent ee155741ce
commit 40e5e93852
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ RUN yarn install
COPY . . COPY . .
RUN yarn build RUN yarn build
EXPOSE 3000 EXPOSE 3000
CMD ["node", "--watch", "server.js"] CMD ["node", "server.js"]

View File

@@ -13,7 +13,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
<body> <body>
<Header /> <Header />
<main> <main>
<h1>from webhook 3</h1> <h1>from webhook 4</h1>
<p>foo, bar, baz, qux, quux</p> <p>foo, bar, baz, qux, quux</p>
</main> </main>
<Footer /> <Footer />