mirror of
https://github.com/unmojang/drasl.git
synced 2025-08-03 10:56:06 -04:00
fix docker container
This commit is contained in:
parent
5f19e79ffc
commit
21fd78e620
@ -34,4 +34,7 @@ WORKDIR /app
|
||||
COPY --from=builder /tmp/nix-store-closure /nix/store
|
||||
COPY --from=builder /tmp/build/result /app
|
||||
|
||||
COPY --from=alpine /etc/ssl /etc/ssl
|
||||
COPY --from=debian /usr/share/zoneinfo /usr/share/zoneinfo
|
||||
|
||||
CMD ["/app/bin/drasl"]
|
||||
|
@ -47,7 +47,7 @@ Allow = false
|
||||
Allow = true
|
||||
Nickname = "Mojang"
|
||||
SessionURL = "https://sessionserver.mojang.com"
|
||||
ServicesURL = "https://api.mojang.com"
|
||||
AccountURL = "https://api.mojang.com"
|
||||
SetSkinURL = "https://www.minecraft.net/msaprofile/mygames/editskin"
|
||||
RequireSkinVerification = true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user