mirror of
https://github.com/unmojang/drasl.git
synced 2025-09-09 15:18:55 -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/nix-store-closure /nix/store
|
||||||
COPY --from=builder /tmp/build/result /app
|
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"]
|
CMD ["/app/bin/drasl"]
|
||||||
|
@ -47,7 +47,7 @@ Allow = false
|
|||||||
Allow = true
|
Allow = true
|
||||||
Nickname = "Mojang"
|
Nickname = "Mojang"
|
||||||
SessionURL = "https://sessionserver.mojang.com"
|
SessionURL = "https://sessionserver.mojang.com"
|
||||||
ServicesURL = "https://api.mojang.com"
|
AccountURL = "https://api.mojang.com"
|
||||||
SetSkinURL = "https://www.minecraft.net/msaprofile/mygames/editskin"
|
SetSkinURL = "https://www.minecraft.net/msaprofile/mygames/editskin"
|
||||||
RequireSkinVerification = true
|
RequireSkinVerification = true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user