You've already forked factorio-server-manager
mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-07-03 00:36:59 +02:00
Apply suggestions from code review
use subshell & stop if something is not right Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -eou pipefail
|
||||||
cd ..
|
(
|
||||||
make build
|
cd ..
|
||||||
cp build/factorio-server-manager-linux.zip docker/factorio-server-manager-linux.zip
|
make build
|
||||||
|
cp build/factorio-server-manager-linux.zip docker/factorio-server-manager-linux.zip
|
||||||
cd docker
|
)
|
||||||
docker build -f Dockerfile-local -t factorio-server-manager:dev .
|
docker build -f Dockerfile-local -t factorio-server-manager:dev .
|
||||||
|
|
||||||
rm factorio-server-manager-linux.zip
|
rm factorio-server-manager-linux.zip
|
||||||
|
Reference in New Issue
Block a user