diff --git a/Dockerfile b/Dockerfile index 04f1997..446ca69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ COPY micrach ./ RUN chmod +x /app/micrach RUN pwd RUN ls -ENTRYPOINT ["/app/micrach"] \ No newline at end of file +CMD ["/app/micrach"] \ No newline at end of file