From eddb7ba0f89c19e9dcd9aae7a326eb0c576d1234 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:26:01 +0200 Subject: [PATCH] chore: copy .sern through --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7ca611a..d730ff2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ WORKDIR /app COPY --from=build /app/dist ./dist COPY --from=build /app/node_modules ./node_modules COPY --from=build /app/package.json ./package.json +COPY --from=build /app/.sern ./.sern RUN apk add --no-cache ffmpeg CMD ["node", "dist/index.js"]