foam-template/publish/docker_build.sh
2022-06-27 20:03:24 +04:30

5 lines
No EOL
115 B
Bash
Executable file

FILE=Gemfile.lock
if [ -f "$FILE" ]; then
rm $FILE
fi
docker build -t "foam:Dockerfile" -f publish/Dockerfile .