fix(docker): ensure all necessary directories are copied to the Docker image
Build and Push Reader API Image / docker (push) Successful in 30s

This commit is contained in:
2026-04-30 02:13:55 +07:00
parent 9a3bb4b6ce
commit 5ef1577344
+2
View File
@@ -12,6 +12,8 @@ RUN uv sync --no-dev
COPY app ./app
COPY prisma ./prisma
COPY scripts ./scripts
COPY migrations ./migrations
EXPOSE 8000