fix: docker use the correct cmd
This commit is contained in:
@ -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"]
|
Reference in New Issue
Block a user