Compare commits
2 commits
335e7109fe
...
476575a9b4
Author | SHA1 | Date | |
---|---|---|---|
476575a9b4 | |||
b6346255fb |
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ WORKDIR /app
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
# Uncomment the following line in case you want to disable telemetry during runtime.
|
# Uncomment the following line in case you want to disable telemetry during runtime.
|
||||||
# ENV NEXT_TELEMETRY_DISABLED=1
|
ENV NEXT_TELEMETRY_DISABLED=1
|
||||||
|
|
||||||
RUN apk add shadow
|
RUN apk add shadow
|
||||||
RUN groupadd --system --gid 1001 nodejs
|
RUN groupadd --system --gid 1001 nodejs
|
||||||
|
|
|
@ -5,7 +5,7 @@ export default function App() {
|
||||||
return (
|
return (
|
||||||
<div className={style.center}>
|
<div className={style.center}>
|
||||||
<div className={style.content}>
|
<div className={style.content}>
|
||||||
<h1 className={style.title}>Motto<span className={style.version}>v0.0.1-dev</span></h1>
|
<h1 className={style.title}>Motto<span className={style.version}>v1.0.0</span></h1>
|
||||||
<p className={style.description}>
|
<p className={style.description}>
|
||||||
Motto is a static file server beautifier. <a href="https://forge.monodon.me/Gnarwhal/motto/">Click here</a> for more information.
|
Motto is a static file server beautifier. <a href="https://forge.monodon.me/Gnarwhal/motto/">Click here</a> for more information.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue