use bottom sheet instead of vaul drawer

This commit is contained in:
Milo Schwartz
2024-12-30 15:48:34 -05:00
parent 91d314c4cc
commit e6263567a9
13 changed files with 284 additions and 121 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY package.json ./
RUN npm install --legacy-peer-deps
RUN npm install
COPY . .
@@ -20,7 +20,7 @@ WORKDIR /app
COPY package.json ./
RUN npm install --omit=dev --legacy-peer-deps
RUN npm install --omit=dev
COPY --from=builder /app/.next ./.next
COPY --from=builder /app/dist ./dist