diff --git a/Dockerfile b/Dockerfile index e60ec2c..906142e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN uv sync --no-dev COPY app ./app COPY prisma ./prisma +COPY scripts ./scripts +COPY migrations ./migrations EXPOSE 8000