shell not declared in run.sh
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
*~
|
*~
|
||||||
|
docker-compose.yml
|
||||||
|
|||||||
2
run.sh
Normal file → Executable file
2
run.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env
|
#!/usr/bin/env bash
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
cd /home/salfter/promo-cleanup
|
cd /home/salfter/promo-cleanup
|
||||||
docker compose run --rm --remove-orphans promo-cleanup
|
docker compose run --rm --remove-orphans promo-cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user