adjustments to behavior and specifications #3

Merged
Hare merged 3 commits from develop into master 2024-08-28 04:40:16 +09:00
Showing only changes of commit 656228d8ca - Show all commits

View File

@ -17,6 +17,8 @@ FROM node:22-slim
WORKDIR /app WORKDIR /app
COPY ./articles ./articles
COPY --from=builder /app/build ./build COPY --from=builder /app/build ./build
COPY --from=builder /app/package.json . COPY --from=builder /app/package.json .
COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/node_modules ./node_modules