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

@@ -24,4 +24,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: "g.eliaskohout.de/eliaskohout/ax:${{gitea.sha}},g.eliaskohout.de/eliaskohout/ax:latest"
tags: "g.eliaskohout.de/eliaskohout/ax-server:${{gitea.sha}},g.eliaskohout.de/eliaskohout/ax-server:latest"

View File

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