fix: docker use the correct cmd

This commit is contained in:
trev 2025-03-13 05:14:43 -04:00
parent f2267d1e24
commit 00f4574cda
2 changed files with 2 additions and 5 deletions

View File

@ -5,10 +5,7 @@ build
# Client
/client/node_modules
/client/.svelte-kit
/client/src/lib/services
/client/static/openapi
# Server
/server/client
/server/tmp
/server/internal/services
/server/tmp

View File

@ -25,4 +25,4 @@ WORKDIR /app
# Copy /nix/store
COPY --from=builder /tmp/nix-store-closure /nix/store
COPY --from=builder /tmp/build/result /app
CMD ["/app/bin/app"]
CMD ["/app/bin/server"]