Missing Files

This commit is contained in:
2025-04-11 18:40:29 +02:00
parent 27fda231ea
commit 02e8a102d3
4 changed files with 5 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ FROM base AS release
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /usr/src/app/mqtt.js .
COPY --from=prerelease /usr/src/app/package.json .
COPY --from=prerelease /usr/src/app/index.html .
# run the app
USER bun