chore: zz
This commit is contained in:
@@ -7,4 +7,4 @@ RUN yarn install
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
EXPOSE 3000
|
||||
CMD ["node", "--watch", "server.js"]
|
||||
CMD ["node", "server.js"]
|
||||
|
||||
@@ -13,7 +13,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
|
||||
<body>
|
||||
<Header />
|
||||
<main>
|
||||
<h1>from webhook 3</h1>
|
||||
<h1>from webhook 4</h1>
|
||||
<p>foo, bar, baz, qux, quux</p>
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user