mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
(*≧ω≦*) 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:
parent
d45a495cbf
commit
dabe176e0e
13 changed files with 355 additions and 224 deletions
|
|
@ -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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue