diff --git a/.dockerignore b/.dockerignore index 2705e58..7fba8f6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -31,4 +31,4 @@ LICENSE README.md config.toml -mastodon-data.toml \ No newline at end of file +mastodon-data.toml diff --git a/.gitignore b/.gitignore index d948472..9ec0dd3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ mastodon-data.toml *.csv *.tmp *.log -tmp/ \ No newline at end of file +tmp/ diff --git a/Dockerfile b/Dockerfile index 9acd250..b829760 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /app # Build the application. # Leverage a cache mount to /usr/local/cargo/registry/ -# for downloaded dependencies and a cache mount to /app/target/ for +# for downloaded dependencies and a cache mount to /app/target/ for # compiled dependencies which will speed up subsequent builds. # Leverage a bind mount to the src directory to avoid having to copy the # source code into the container. Once built, copy the executable to an diff --git a/config.toml b/config.toml index d444ea1..7aeb5f4 100644 --- a/config.toml +++ b/config.toml @@ -11,4 +11,4 @@ tempfile = "/tmp/botimage.png" [errors] maintainers = "@Sugui@awoo.fai.st @MeDueleLaTeta@awoo.fai.st" out_of_images = "me quedé sin chicas" -retry = 10 \ No newline at end of file +retry = 10