5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
FILE=Gemfile.lock
|
|
if [ -f "$FILE" ]; then
|
|
rm $FILE
|
|
fi
|
|
docker build -t "al-folio:latest" . |