Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1230dacfa2 |
@@ -43,6 +43,9 @@ RUN apt-get update && \
|
|||||||
# Copy the compiled binary from the build stage
|
# Copy the compiled binary from the build stage
|
||||||
COPY --from=build /app/server ./server
|
COPY --from=build /app/server ./server
|
||||||
|
|
||||||
|
# Quote PDF branding asset loaded at runtime by pdf generation
|
||||||
|
COPY logo.png ./logo.png
|
||||||
|
|
||||||
# Copy Prisma artifacts needed at runtime
|
# Copy Prisma artifacts needed at runtime
|
||||||
COPY --from=build /app/generated/ ./generated/
|
COPY --from=build /app/generated/ ./generated/
|
||||||
COPY --from=build /app/prisma/ ./prisma/
|
COPY --from=build /app/prisma/ ./prisma/
|
||||||
|
|||||||
Reference in New Issue
Block a user