6 lines
71 B
Bash
6 lines
71 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker-compose up -d --force-recreate --no-deps --build
|
||
|
|
||
|
|