diff --git a/Dockerfile b/Dockerfile index b9bb02c..222f63d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,5 @@ WORKDIR /app COPY templates/ templates/ COPY micrach ./ RUN chmod +x /app/micrach +RUN ls ENTRYPOINT ["/app/micrach"] \ No newline at end of file