chore: zz
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user