mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-04-25 12:24:42 +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:
parent
bd04f9c4c0
commit
3b978b5b04
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user