fix: yaml formatting

This commit is contained in:
2025-04-17 22:18:56 -04:00
parent 3926fa09ff
commit 701f80540b
2 changed files with 8 additions and 8 deletions

View File

@ -26,4 +26,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/server"]
CMD ["/app/bin/trevstack"]