From 71135dc56612bb7d0e3f81818303a1b3f9a5bad1 Mon Sep 17 00:00:00 2001 From: cirroskais Date: Sun, 24 Mar 2024 01:36:06 -0400 Subject: [PATCH] bundle schema with image --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3439145..031fc85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,8 @@ FROM base AS app COPY --from=install /usr/src/app/prod/node_modules node_modules COPY --from=build /usr/src/app/package.json . COPY --from=build /usr/src/app/build/ . +COPY --from=build /usr/src/app/drizzzle.config.js . +COPY --from=build /usr/src/app/src/lib/server/database ./src/lib/server/database EXPOSE 3000/tcp CMD [ "node", "index.js" ] \ No newline at end of file