mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2024-11-22 02:01:04 +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
|