4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
|
#!/bin/bash
|
||
|
docker-compose down
|
||
|
docker-compose up -d
|