dev #4

Merged
Patrick merged 2 commits from dev into main 2025-10-14 19:03:01 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 9d571e9635 - Show all commits

View File

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