fix(docker): ensure all necessary directories are copied to the Docker image
Build and Push Reader API Image / docker (push) Successful in 30s
Build and Push Reader API Image / docker (push) Successful in 30s
This commit is contained in:
@@ -12,6 +12,8 @@ RUN uv sync --no-dev
|
|||||||
|
|
||||||
COPY app ./app
|
COPY app ./app
|
||||||
COPY prisma ./prisma
|
COPY prisma ./prisma
|
||||||
|
COPY scripts ./scripts
|
||||||
|
COPY migrations ./migrations
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user