diff --git a/Dockerfile b/Dockerfile index ad70bb3..80965f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ USER astro COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/dist ./dist +COPY --from=builder /app/data.db ./data.db EXPOSE 4321