fix:deploy

This commit is contained in:
2026-03-10 01:46:40 +09:00
parent ce14c4129f
commit e6932648a0
3 changed files with 13 additions and 3 deletions

View File

@@ -12,3 +12,5 @@ COPY .env ./
RUN bun install --frozen-lockfile
RUN bun run build
CMD ["cp", "-r", "/app/dist/.", "/output"]