mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-04-23 12:18:40 +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
|
||||
|
||||
cd ..
|
||||
make build
|
||||
cp build/factorio-server-manager-linux.zip docker/factorio-server-manager-linux.zip
|
||||
|
||||
cd docker
|
||||
set -eou pipefail
|
||||
(
|
||||
cd ..
|
||||
make build
|
||||
cp build/factorio-server-manager-linux.zip docker/factorio-server-manager-linux.zip
|
||||
)
|
||||
docker build -f Dockerfile-local -t factorio-server-manager:dev .
|
||||
|
||||
rm factorio-server-manager-linux.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user