diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..de78a08 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +BepInEx/ +data/ \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index dd391ea..c80d738 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,7 @@ services: stationeers: image: docker-stationeers:main + build: . stdin_open: true tty: true restart: unless-stopped diff --git a/launch.d/99-start b/launch.d/99-start index 4c2ac63..2eef65f 100644 --- a/launch.d/99-start +++ b/launch.d/99-start @@ -2,7 +2,7 @@ pushd "${STEAM_APP_PATH}" -run_bepinex.sh \ +printf '%s\n' A | run_bepinex.sh \ -batchmode \ -nographics \ -autostart \