diff --git a/Dockerfile b/Dockerfile index 446ca69..43b7ace 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,4 @@ WORKDIR /app COPY templates/ templates/ COPY micrach ./ RUN chmod +x /app/micrach -RUN pwd -RUN ls CMD ["/app/micrach"] \ No newline at end of file