This commit is contained in:
Alie 2024-01-21 17:24:10 +01:00
parent f0159c40c4
commit 8002bec7e0
4 changed files with 4 additions and 4 deletions

View File

@ -31,4 +31,4 @@
LICENSE LICENSE
README.md README.md
config.toml config.toml
mastodon-data.toml mastodon-data.toml

2
.gitignore vendored
View File

@ -3,4 +3,4 @@ mastodon-data.toml
*.csv *.csv
*.tmp *.tmp
*.log *.log
tmp/ tmp/

View File

@ -15,7 +15,7 @@ WORKDIR /app
# Build the application. # Build the application.
# Leverage a cache mount to /usr/local/cargo/registry/ # 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. # compiled dependencies which will speed up subsequent builds.
# Leverage a bind mount to the src directory to avoid having to copy the # 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 # source code into the container. Once built, copy the executable to an

View File

@ -11,4 +11,4 @@ tempfile = "/tmp/botimage.png"
[errors] [errors]
maintainers = "@Sugui@awoo.fai.st @MeDueleLaTeta@awoo.fai.st" maintainers = "@Sugui@awoo.fai.st @MeDueleLaTeta@awoo.fai.st"
out_of_images = "me quedé sin chicas" out_of_images = "me quedé sin chicas"
retry = 10 retry = 10