fixed inability to create documents because of missing templates

This commit is contained in:
Patrick 2025-10-14 18:37:32 +02:00
parent d39a3f4ab7
commit 9d571e9635
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ FROM base AS release
# compose the final image
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /usr/src/app/build .
COPY --from=prerelease /usr/src/app/templates .
#COPY --from=prerelease /usr/src/app/package.json .
RUN mkdir /app-data && chown bun:bun /app-data