Skip to content

Commit

Permalink
feat: ls docker
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Aug 29, 2024
1 parent b666e3c commit fc8367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ docodown() {
docker compose -f test-compose.yml down
}
docoruncmd() {
docker compote -f test-compose.yml build --pull=false odoo
docker compose -f test-compose.yml build odoo
docker compose -f test-compose.yml run --rm -e LOCAL_USER_ID=$(id -u) $@
}

Expand Down

0 comments on commit fc8367f

Please sign in to comment.