Adjust helper scripts.
parent
3ec1a48efa
commit
8512bd1c77
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
TAG="hub.ici.de.com/starbound-server:latest"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
TAG="hub.ici.de.com/starbound-server:latest"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
TAG="hub.ici.de.com/starbound-server:latest"
|
||||
|
Loading…
Reference in New Issue