From 53a7d246279e56aaa9743b86d5dd2e8b471b244d Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Wed, 30 Oct 2024 18:48:04 +0530 Subject: [PATCH] add assets Signed-off-by: Timo Glastra --- agent/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/agent/Dockerfile b/agent/Dockerfile index ee37d0b..dadc8fb 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -28,6 +28,7 @@ FROM base COPY --from=prod-deps /app/node_modules /app/node_modules COPY --from=build /app/dist /app/dist +COPY assets /app/assets EXPOSE 3000 CMD [ "pnpm", "start" ]