Skip to content

Commit 6dc6d38

Browse files
committed
Merge branch 'development' into staging
2 parents ac7481b + d5aa2c8 commit 6dc6d38

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/client/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
FROM node:20-slim AS builder
55
WORKDIR /app
66

7+
# Set the environment to production for the build stage
8+
ENV NODE_ENV=production
9+
710
# ---- MODIFIED SECTION ----
811
# Declare all build-time arguments that your application needs.
912
# Anything prefixed with NEXT_PUBLIC_ is needed for the client-side bundle.

src/client/app/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function RootLayout({ children }) {
6262
sizes="16x16"
6363
href="/favicon-16x16.png"
6464
/>
65-
<meta name="theme-color" content="#000000" />
65+
<meta name="theme-color" content="#F1A21D" />
6666
<link rel="manifest" href="/manifest.json" />
6767
</head>
6868
<body className="font-sans">

0 commit comments

Comments
 (0)