5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/bash
|
|
|
|
echo "Preparing the app.."
|
|
docker-compose build
|
|
echo "Preparation complete." |