Skip to content

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

Open
Inmaan wants to merge 6 commits into
BrettMayson:masterfrom
Inmaan:master
Open

logic to move files into root dir (#62)#63
Inmaan wants to merge 6 commits into
BrettMayson:masterfrom
Inmaan:master

Conversation

@Inmaan

@Inmaan Inmaan commented Apr 29, 2023

Copy link
Copy Markdown

add logic to move files into server root directory

@BrettMayson

Copy link
Copy Markdown
Owner

What are you needing this functionality for?

@Inmaan

Inmaan commented May 1, 2023

Copy link
Copy Markdown
Author

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.

Comment thread launch.py Outdated
Comment thread launch.py Outdated
Comment thread launch.py Outdated
@diraven

diraven commented Jun 16, 2023

Copy link
Copy Markdown

Why not just

    volumes:
      - './data:/arma3'

And then manage your setup as you see fit?

Comment thread launch.py

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

Copy link
Copy Markdown
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