mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2024-11-01 00:53:10 +01:00
5 lines
90 B
Bash
5 lines
90 B
Bash
#!/bin/bash
|
|
docker-compose up -d
|
|
docker exec -ti php_web php setup/setup.php
|
|
bash test.sh
|