(*≧ω≦*) Preparing for 0.3.0 release!

~ README revised
~ updated Docker files
+ all const are placed in a separate file
+ auto creation for avatars folder
+ automatic retrieval of the latest Figura version for version request in api
This commit is contained in:
Shiroyasha 2024-08-19 22:54:45 +03:00
parent d45a495cbf
commit dabe176e0e
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
13 changed files with 355 additions and 224 deletions

View file

@ -16,6 +16,7 @@ WORKDIR /app
COPY --from=builder /build/target/release/sculptor /app/sculptor
VOLUME [ "/app/avatars" ]
VOLUME [ "/app/logs" ]
EXPOSE 6665/tcp
CMD ["./sculptor"]