From 234dbd29dc854c28b739f95765d4ddfb495a1b24 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Tue, 24 Dec 2024 19:27:15 +0100 Subject: [PATCH] fix: builds --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e09af67..1577a05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ COPY --from=builder /app/package.json ./ COPY --from=builder /app/yarn.lock ./ COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/index.js ./ +COPY --from=builder /app/switch.html ./ ENV NODE_ENV=production