Skip to content

Conversation

Inmaan
Copy link

@Inmaan Inmaan commented Apr 29, 2023

add logic to move files into server root directory

@BrettMayson
Copy link
Owner

What are you needing this functionality for?

@Inmaan
Copy link
Author

Inmaan commented May 1, 2023

For the mod Exile, as part of the server side installation setup there is a dll file that need to be in the root directory of the server.

@diraven
Copy link

diraven commented Jun 16, 2023

Why not just

    volumes:
      - './data:/arma3'

And then manage your setup as you see fit?

@@ -33,7 +32,8 @@ def env_defined(key):

steamcmd = ["/steamcmd/steamcmd.sh"]
steamcmd.extend(["+force_install_dir", "/arma3"])
steamcmd.extend(["+login", os.environ["STEAM_USER"], os.environ["STEAM_PASSWORD"]])
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flake8, line was too long

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants