Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logic to move files into root dir (#62) #63

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

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.

launch.py Outdated Show resolved Hide resolved
launch.py Outdated Show resolved Hide resolved
launch.py Outdated Show resolved Hide resolved
@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