4 lines
144 B
Bash
4 lines
144 B
Bash
|
#!/bin/bash
|
||
|
docker-compose down
|
||
|
#docker-compose build --no-cache --build-arg CACHEBUST=$(date +%s)
|
||
|
docker-compose up -d --build --force-recreate
|