build: adjusted Dockerfile
This commit is contained in:
parent
fc2bf12dfa
commit
ac65dd2f29
12
Dockerfile
12
Dockerfile
@ -3,15 +3,15 @@ RUN mkdir logs
|
||||
|
||||
COPY Server/build/libs/Server.jar Server.jar
|
||||
|
||||
COPY configs/asgard.scenario.json default/asgard.scenario.json
|
||||
COPY configs/marvelheros.character.json default/marvelheroes.character.json
|
||||
COPY configs/matchconfig_1.game.json default/matchconfig.game.json
|
||||
COPY configs/testmapwithportals.scenario.json default/testmapwithportals.scenario.json
|
||||
COPY configs/characterConfig.character.json default/characterConfig.character.json
|
||||
COPY configs/gameConfig.game.json default/gameConfig.game.json
|
||||
|
||||
ARG MMU_LOG_LEVEL=3
|
||||
|
||||
ARG MMU_CONF_MATCH=default/matchconfig.game.json
|
||||
ARG MMU_CONF_CHARS=default/marvelheroes.character.json
|
||||
ARG MMU_CONF_SCENARIO=default/asgard.scenario.json
|
||||
ARG MMU_CONF_MATCH=default/gameConfig.game.json
|
||||
ARG MMU_CONF_CHARS=default/characterConfig.character.json
|
||||
ARG MMU_CONF_SCENARIO=default/testmapwithportals.scenario.json
|
||||
|
||||
ARG MMU_REPLAY_DIR=/replays
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user