]> git.ipfire.org Git - people/jschlag/pbs-docker.git/blobdiff - src/pbs-web/build.sh
Refactoring the structure of our images
[people/jschlag/pbs-docker.git] / src / pbs-web / build.sh
index d0df2593ed1581cf9e5c8f5d6f99cf77f6d6b284..07c0af965c2ed71f45eb9cbd16b2a4b766a751a4 100755 (executable)
 
 # check for all necessary files
 
-CheckForFile "setup-org.sh"
 CheckForFile "Dockerfile"
 
-#create a work copy of setup.sh
-cp setup-org.sh setup.sh
 ### paramter for mariadb build
 repo="ipfire-pbs-web"
 dockertag="new"
@@ -33,5 +30,4 @@ back=$(tag-image "${username}/${repo}")
 if [ "error" = "$back" ]; then
         echo "Tagging was not successful"
 fi
-rm -f setup.sh
 )