Product-Manager/prepare-app.sh

5 lines
89 B
Bash
Raw Normal View History

2022-04-25 12:07:08 +00:00
#!/bin/bash
echo "Preparing the app.."
docker-compose build
echo "Preparation complete."