From 0a024912f935751d8f5db1c129899f61e1115703 Mon Sep 17 00:00:00 2001 From: Michael Wyraz Date: Tue, 23 Jun 2026 22:48:28 +0200 Subject: [PATCH] Add embed.js to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 531b9944..72dec36a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,5 @@ RUN npm run lint && npm run build FROM nginx:1.31.2-alpine COPY --from=build /code/build/ /usr/share/nginx/html COPY --from=build /code/config.example.json /usr/share/nginx/html/ +COPY --from=build /code/embed/embed.js /usr/share/nginx/html/ EXPOSE 80