fix file path
All checks were successful
Build & Deploy Nuxt (Docker) / deploy (push) Successful in 8s

This commit is contained in:
Tom Trappmann
2025-12-22 22:05:45 +01:00
parent a55a0ab7eb
commit f266312d5e

View File

@@ -23,7 +23,7 @@ ENV HOST=0.0.0.0
RUN addgroup -S nodegroup && adduser -S nodeuser -G nodegroup
COPY --from=build /NautilusDesk/app/.output ./.output
COPY --from=build /NautilusDesk/.output ./.output
EXPOSE 3000
USER nodeuser