diff --git a/Dockerfile b/Dockerfile index 508f10f..4be2d79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/app/bin/tincheck"] \ No newline at end of file