fix: add custom error html
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<h1>Oops! Something went wrong...</h1>
|
||||
<p>We seem to be having some technical difficulties. Hang tight.</p>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user