change cmd
Some checks failed
Go CI / Test (push) Failing after 21s
Go CI / Build (push) Successful in 55s
Build and Push container / build_concierge_backend (push) Successful in 1m21s

This commit is contained in:
Angel Nunez Mencias 2025-06-02 03:41:06 +02:00
parent e0beca18cf
commit c3e2abd2bc
Signed by: angel.nunez
SSH key fingerprint: SHA256:z1nFAg1v1AfbhEHrgBetByUJUwziv2R2f4VyN75opcg
2 changed files with 3 additions and 2 deletions

View file

@ -38,7 +38,6 @@ WORKDIR /app
COPY --from=build /workspace/openmcpauthproxy /app/
ADD config.yaml /app
RUN find .
ENTRYPOINT ["/app/openmcpauthproxy"]