fix: dockerfile entrypoint
All checks were successful
Build docker image / build (push) Successful in 7s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-28 08:19:48 +03:00
parent 391382d921
commit 80897bfa9e
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -21,4 +21,4 @@ COPY templates ./templates
RUN make
ENTRYPOINT ["/app/tracker"]
ENTRYPOINT ["/app/website"]