Adjust helper scripts.

master
Ezekiel Grave 2022-01-18 17:55:42 +00:00 committed by Ezekiel Grave
parent 3ec1a48efa
commit 8512bd1c77
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
#!/usr/bin/env bash
# Build changes (if necessary)
./docker_build.sh
./run/build
# Run a container
docker run -p 0.0.0.0:21025:21025/tcp --env-file .env -v "$(pwd)/starbound_data:/steamcmd/starbound" --name starbound-server -it --rm hub.ici.de.com/starbound-server:latest

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
TAG="hub.ici.de.com/starbound-server:latest"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
TAG="hub.ici.de.com/starbound-server:latest"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
TAG="hub.ici.de.com/starbound-server:latest"