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