fix: docker builds 2

This commit is contained in:
2024-09-20 19:42:21 +02:00
parent 7ef4785cbe
commit 94b228f733

View File

@@ -20,6 +20,7 @@ WORKDIR /app
COPY --from=build /app/dist ./dist
COPY --from=build /app/src ./src
COPY --from=build /app/.sern ./.sern
COPY --from=build /app/assets ./assets
COPY --from=build /app/node_modules ./node_modules
COPY --from=build /app/package.json ./package.json