4 lines
105 B
Bash
Executable File
4 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
docker build --no-cache -t salfter/promo-cleanup .
|
|
docker push salfter/promo-cleanup
|