1
0

Fix executable name
All checks were successful
Build & Release / build-application (push) Successful in 2m14s
Build & Release / build-docker-image (push) Successful in 37s
Build & Release / deploy-to-production (push) Successful in 3s

This commit is contained in:
2025-02-15 20:07:48 +01:00
parent 67b2bc2d2c
commit c451e5579a

View File

@ -3,4 +3,4 @@ LABEL org.opencontainers.image.authors="john@devsoap.com"
COPY dist/ /app/
RUN chmod +x /app/bin/*
WORKDIR /app
ENTRYPOINT ["/app/bin/server"]
ENTRYPOINT ["/app/bin/tincheck"]