rename ax server docker file
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m47s

This commit is contained in:
2026-04-02 02:36:54 +02:00
parent 4461c4fcff
commit 64d4a9fe90
2 changed files with 2 additions and 2 deletions

View File

@@ -22,4 +22,4 @@ COPY --from=builder /ax /usr/local/bin/ax
EXPOSE 7000
ENTRYPOINT ["ax"]
ENTRYPOINT ["ax", "serve"]