diff --git a/Dockerfile b/Dockerfile index fcc0350..1fd9568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ RUN bun install --frozen-lockfile --ignore-scripts --production # Copy built client and server source COPY --from=build /app/apps/web/dist apps/web/dist +COPY packages/contract/ packages/contract/ COPY apps/api/ apps/api/ RUN mkdir -p data