feat(Apps): Account creation script that isn't worldserver dependent (#14774)

* inital account-create

* fix type

* account-create add gmlevel

* comments and readme

* remove un-used gitignore
This commit is contained in:
Mike Delago
2023-06-27 13:44:01 -04:00
committed by GitHub
parent 7cd575dbb5
commit 1480eba9d4
5 changed files with 312 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
FROM elixir:1.14-slim
RUN mix local.hex --force && \
mix local.rebar --force
COPY account.exs /account.exs
COPY srp.exs /srp.exs
RUN chmod +x /account.exs
CMD /account.exs