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