dayzdockerserver/server/bin/start.sh
Daniel Ceregatti 788bac39a4 Add entrypoint.sh so we don't have to wait 10 seconds to down our stack.
Make scripts just run from each container's respective bin directory.
Upgrade to node 18.18.2 and nvm 0.39.5.
Remove unnecessary output.
2023-11-03 16:11:11 -07:00

11 lines
348 B
Bash
Executable file

#!/usr/bin/env bash
# Set PS1 so we know we're in the container, should we exec into it.
cat > .bashrc <<EOF
alias ls='ls --color'
export PS1="${debian_chroot:+($debian_chroot)}\u@dz-server:\w\$ "
EOF
# Start the server.
# If the DEVELOPMENT environment variable is set to 1, the container will just block and not start the server.
exec dz start