improved docker file

This commit is contained in:
Morten Olsen
2025-09-09 18:24:37 +02:00
parent 17dd6d16fa
commit 829071f7cc

View File

@@ -29,4 +29,4 @@ RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 fluxcurrent RUN adduser --system --uid 1001 fluxcurrent
COPY --from=installer /app/ ./ COPY --from=installer /app/ ./
USER fluxcurrent USER fluxcurrent
CMD ["node", "--no-warnings", "packages/server/src/start.ts"] CMD ["node", "--no-warnings", "packages/server/bin/cli.js"]