diff --git a/Dockerfile b/Dockerfile
index 969a31a8ec0a1b8c75aab8717cf21a369803251e..a732e90a450e98e1a70b45da2fcdb4f98451d808 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,3 +13,4 @@ RUN yarn build
 FROM nginxinc/nginx-unprivileged:1.21.6
 
 COPY --from=build /app/target/assets /usr/share/nginx/html/assets
+COPY --from=build /app/target/chatterbox.html /usr/share/nginx/html/chatterbox.html