fix: add custom error html

This commit is contained in:
2024-10-16 07:34:05 +02:00
parent dec8ae7cf5
commit 503f0806c2
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
<h1>Oops! Something went wrong...</h1>
<p>We seem to be having some technical difficulties. Hang tight.</p>
+1
View File
@@ -12,6 +12,7 @@ RUN yarn global add node-gyp@9.4.0
RUN cd /usr/share/vnc-avatar && yarn install
COPY config/vnc-avatarservice.js /usr/share/vnc-avatar/config/vnc-avatarservice.js
COPY 404.html /var/www/localhost/htdocs/404.html
# Folder to store the Avatars
RUN mkdir /var/opt/out