refactor: change cmd to entrypoint

This commit is contained in:
Stavros
2025-01-22 17:26:46 +02:00
parent 40ab77cdd5
commit 61a7400cf1

View File

@@ -46,4 +46,4 @@ COPY --from=builder /tinyauth/tinyauth ./
EXPOSE 3000 EXPOSE 3000
CMD ["./tinyauth"] ENTRYPOINT ["./tinyauth"]