mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
5 lines
No EOL
115 B
Bash
Executable file
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 . |