mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 17:13:47 +00:00
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:
10
apps/account-create/Dockerfile
Normal file
10
apps/account-create/Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user