3 lines
63 B
Bash
3 lines
63 B
Bash
#!/usr/bin/env bash
|
|
docker-compose build --force-rm --no-cache
|
#!/usr/bin/env bash
|
|
docker-compose build --force-rm --no-cache
|