dayzdockerserver/web
Daniel Ceregatti 4c09ef752c Switch from CMD to ENTRYPOINT, then use exec in both start.sh scripts, so process id 1 can be the process it needs to be, as this is what gets SIGTERM on docker compose down.
We now get a .bashrc by default, so switch the logic to detecting the custom PS1 before putting it in .bashrc.
Account for a directory that steamcmd expects.
2023-10-12 21:52:33 -07:00
..
bin Use the local user's user id in the container when building and running, otherwise bind mounts don't have the correct ownership. 2023-10-12 18:44:37 -07:00
docroot Add a config object to hold values like API hosts, instead of hard coding it to my local machine's name. 2023-09-11 17:26:16 -07:00
root Add Pinia store so we can have disparate components. 2023-06-11 18:20:14 -07:00
Dockerfile Switch from CMD to ENTRYPOINT, then use exec in both start.sh scripts, so process id 1 can be the process it needs to be, as this is what gets SIGTERM on docker compose down. 2023-10-12 21:52:33 -07:00
package-lock.json Add mod search. 2023-05-25 17:32:58 -07:00
package.json Add mod search. 2023-05-25 17:32:58 -07:00
start.sh Switch from CMD to ENTRYPOINT, then use exec in both start.sh scripts, so process id 1 can be the process it needs to be, as this is what gets SIGTERM on docker compose down. 2023-10-12 21:52:33 -07:00
web.js Add support for custom integrations. The first is no food, which makes a new types.xml of all the food class items for use with CE, then sets nominal to 0 in all entries. 2023-09-28 15:39:13 -07:00