Fix naming of image
This commit is contained in:
parent
59b5ad509e
commit
f735a7cf47
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
linuxbuilder:
|
linuxbuilder:
|
||||||
image: LinuxAgent
|
image: linuxagent
|
||||||
container_name: linuxbuilder
|
container_name: linuxbuilder
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
2
run.sh
2
run.sh
|
@ -14,7 +14,7 @@ cp "$PRIVKEY" LinuxGeneralCompiler/FinalStage/secret/id_rsa
|
||||||
cp "$PUBKEY" LinuxGeneralCompiler/FinalStage/secret/id_rsa.pub
|
cp "$PUBKEY" LinuxGeneralCompiler/FinalStage/secret/id_rsa.pub
|
||||||
cp "$GRADLEPROP" LinuxGeneralCompiler/FinalStage/secret/gradle.properties
|
cp "$GRADLEPROP" LinuxGeneralCompiler/FinalStage/secret/gradle.properties
|
||||||
|
|
||||||
docker build -t LinuxAgent LinuxGeneralCompiler/FinalStage
|
docker build -t linuxagent LinuxGeneralCompiler/FinalStage
|
||||||
|
|
||||||
rm -rf LinuxGeneralCompiler/FinalStage/secret
|
rm -rf LinuxGeneralCompiler/FinalStage/secret
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue