rename ax server docker file
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m47s
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m47s
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -22,4 +22,4 @@ COPY --from=builder /ax /usr/local/bin/ax
|
||||
|
||||
EXPOSE 7000
|
||||
|
||||
ENTRYPOINT ["ax"]
|
||||
ENTRYPOINT ["ax", "serve"]
|
||||
|
||||
Reference in New Issue
Block a user